remove accidental comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-10-19 18:03:41 +00:00
parent 74cd3b7ceb
commit fc5451e82f

View File

@ -870,8 +870,6 @@ void X86AsmPrinter::EmitEndOfAsmFile(Module &M) {
// implementation of multiple entry points). If this doesn't occur, the
// linker can safely perform dead code stripping. Since LLVM never
// generates code that does this, it is always safe to set.
//O << "\t.subsections_via_symbols\n";
OutStreamer.EmitAssemblerFlag(MCStreamer::SubsectionsViaSymbols);
}