[PATCH] D57856: Remove reference to non-existent function. NFC.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 16:14:18 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353352: Remove reference to non-existent function. NFC. (authored by sbc, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57856/new/

https://reviews.llvm.org/D57856

Files:
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp


Index: llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1867,8 +1867,7 @@
 }
 
 /// 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) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57856.185664.patch
Type: text/x-patch
Size: 680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/12c0cc16/attachment.bin>


More information about the llvm-commits mailing list