aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-19 18:03:41 +0000
committerChris Lattner <sabre@nondot.org>2009-10-19 18:03:41 +0000
commit55112546ec17566bda9c1baece0837b0f8645d43 (patch)
tree0802817a7e63c5ac9773997a7344d47c92be6297 /lib
parentfe284f7efed56c46bae93eb3980924544ec9f513 (diff)
downloadexternal_llvm-55112546ec17566bda9c1baece0837b0f8645d43.zip
external_llvm-55112546ec17566bda9c1baece0837b0f8645d43.tar.gz
external_llvm-55112546ec17566bda9c1baece0837b0f8645d43.tar.bz2
remove accidental comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp b/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
index 3fedf83..a07d82d 100644
--- a/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
+++ b/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
@@ -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);
}