Fix comment.

llvm-svn: 69053
This commit is contained in:
Daniel Dunbar 2009-04-14 17:42:51 +00:00
parent db908332e3
commit 4527d30c3d
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ protected:
/// \param Section - The section the variable should go into, or 0.
/// \param Align - The alignment for the variable, or 0.
/// \param AddToUsed - Whether the variable should be added to
/// llvm.
/// "llvm.used".
llvm::GlobalVariable *CreateMetadataVar(const std::string &Name,
llvm::Constant *Init,
const char *Section,