]> granicus.if.org Git - llvm/commitdiff
Remove reference to non-existent function. NFC.
authorSam Clegg <sbc@chromium.org>
Thu, 7 Feb 2019 00:11:43 +0000 (00:11 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 7 Feb 2019 00:11:43 +0000 (00:11 +0000)
This comment is old. The code in question was removed in rL203174

Differential Revision: https://reviews.llvm.org/D57856

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353352 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index 619f706ec620dd30a3fb628c4a0abb46c53f203a..7b4679e1f1769594dfad29fd3563e84694cf5ca9 100644 (file)
@@ -1867,8 +1867,7 @@ bool AsmPrinter::EmitSpecialLLVMGlobal(const GlobalVariable *GV) {
 }
 
 /// EmitLLVMUsedList - For targets that define a MAI::UsedDirective, mark each
-/// global in the specified llvm.used list for which emitUsedDirectiveFor
-/// is true, as being used with this directive.
+/// global in the specified llvm.used list.
 void AsmPrinter::EmitLLVMUsedList(const ConstantArray *InitList) {
   // Should be an array of 'i8*'.
   for (unsigned i = 0, e = InitList->getNumOperands(); i != e; ++i) {