From: Sam Clegg Date: Thu, 7 Feb 2019 00:11:43 +0000 (+0000) Subject: Remove reference to non-existent function. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=903a5691e0214c29a4da3796f9a4d598ad3d18f3;p=llvm Remove reference to non-existent function. NFC. 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 --- diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 619f706ec62..7b4679e1f17 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -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) {