[llvm-commits] [llvm] r115038 - /llvm/trunk/lib/Target/ARM/ARMAsmPrinter.cpp

Chris Lattner clattner at apple.com
Wed Sep 29 16:08:21 PDT 2010


On Sep 29, 2010, at 3:55 PM, Jim Grosbach wrote:

>> The #include "ARMGenAsmWriter.inc" can also be removed.  Once that's done, this hack be be resolved in ARMInstPrinter.cpp:
>> 
>> #define MachineInstr MCInst
>> #define ARMAsmPrinter ARMInstPrinter  // FIXME: REMOVE.
>> #include "ARMGenAsmWriter.inc"
>> #undef MachineInstr
>> #undef ARMAsmPrinter
>> 
> 
> Working on that now. There's one bit in ARMGenAsmWriter that we still need (getRegisterName()), but that's easily dealt with by moving it elsewhere.

Good deal, thanks!





More information about the llvm-commits mailing list