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
}
/// 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) {