[cfe-commits] r69053 - /cfe/trunk/lib/CodeGen/CGObjCMac.cpp
Daniel Dunbar
daniel at zuster.org
Tue Apr 14 10:42:51 PDT 2009
Author: ddunbar
Date: Tue Apr 14 12:42:51 2009
New Revision: 69053
URL: http://llvm.org/viewvc/llvm-project?rev=69053&view=rev
Log:
Fix comment.
Modified:
cfe/trunk/lib/CodeGen/CGObjCMac.cpp
Modified: cfe/trunk/lib/CodeGen/CGObjCMac.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGObjCMac.cpp?rev=69053&r1=69052&r2=69053&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGObjCMac.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGObjCMac.cpp Tue Apr 14 12:42:51 2009
@@ -489,7 +489,7 @@
/// \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,
More information about the cfe-commits
mailing list