remove accidental comment.

llvm-svn: 84510
This commit is contained in:
Chris Lattner 2009-10-19 18:03:41 +00:00
parent bddb00eadd
commit 385ca4ca8a

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);
}