Reduce clutter in asm output. Do not emit source location as comment for each instruc...
authorDevang Patel <dpatel@apple.com>
Mon, 18 Apr 2011 20:26:49 +0000 (20:26 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 18 Apr 2011 20:26:49 +0000 (20:26 +0000)
commit3f3bf9387b75f4c932e4c59bd7af719d26ae4b99
tree5f2fa00ae8c15e7ab311c29fe1a3bfd213ba190a
parent5d5ef4a886290565570703747264cd47800765fc
Reduce clutter in asm output. Do not emit source location as comment for each instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129715 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCLoggingStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCStreamer.cpp