Chris Lattner
|
5090e6c4a7
|
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
MBB labels like everything else.
llvm-svn: 81628
|
2009-09-12 20:45:03 +00:00 |
Chris Lattner
|
f4366a3998
|
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.
llvm-svn: 80890
|
2009-09-03 05:46:51 +00:00 |
Daniel Dunbar
|
73da11ebda
|
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Also, use MCInst::print instead of custom code in MCAsmPrinter.
llvm-svn: 80575
|
2009-08-31 08:08:38 +00:00 |
Daniel Dunbar
|
212b6d8a57
|
Add {MCInst,MCOperand}::{print,dump}
llvm-svn: 80231
|
2009-08-27 07:57:12 +00:00 |