remove accidental comment.
authorChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 18:03:41 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 18:03:41 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84510 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp

index 3fedf83af3f63f41377b29d8a180fed05fbfaa65..a07d82d90e76e9d0d35df1bf32e72b5c01af06fd 100644 (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);
   }