Thread an MCAsmInfo pointer through the various MC printing APIs,
authorChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:46:51 +0000 (05:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:46:51 +0000 (05:46 +0000)
commit684c593d05db0bd277268fc9d8c05bce138c745a
treebd14333e8ed905f9665b6df0ed1165d19b77acf8
parent5c5ce5cef4a9f09f5b25e08df1e0dd6c79908c0f
Thread an MCAsmInfo pointer through the various MC printing APIs,
and fix a few things using << on MCSymbols to use ->print(). No
functionality change other than unbreaking my previous patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80890 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCValue.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInst.cpp
lib/MC/MCSymbol.cpp
lib/MC/MCValue.cpp
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp