[LLVMdev] All backends now use the MC asm printer

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Jan 10 14:06:38 PST 2014


In r198030 the last in tree backend was converted to use MCInst for
printing assembly. I removed support for the old printer in r198959.

Out of tree targets have to lower MachineInstr to MCInst to use the new printer.

Cheers,
Rafael



More information about the llvm-dev mailing list