In the disassembler C API, be careful not to confuse the comment streamer that the...
authorOwen Anderson <resistor@mac.com>
Wed, 21 Sep 2011 00:25:23 +0000 (00:25 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 21 Sep 2011 00:25:23 +0000 (00:25 +0000)
commit317eaf19937813d630166bfec7b933a98ea89aa5
tree32ad1598b803064d80b4277c2791ac76808cdb87
parenteeef9e81802e7753236ed2087c6d7e9bcf0190cf
In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp