remove the MAI argument to MCExpr::print and switch overthing to use << when printing...
authorChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 00:37:40 +0000 (00:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Jan 2010 00:37:40 +0000 (00:37 +0000)
commit8cb9a3b13f3226b7e741768b69d26ecd6b5231f1
tree512b0fe9b4b5781e1547c555c92db9b42faa9b1e
parent950558aa23dfeb0014b7081f61ab932fe8c6f25c
remove the MAI argument to MCExpr::print and switch overthing to use << when printing them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93699 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInst.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp