From c15830694f2bd01080e6c39a88c5b8ff2288af18 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 14 Apr 2009 17:42:51 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69053 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGObjCMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 153c8681a0..129472b002 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -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, -- 2.40.0