[llvm-commits] [llvm] r47534 - in /llvm/trunk: include/llvm/Target/TargetRegisterInfo.h lib/CodeGen/MachineInstr.cpp lib/Target/PowerPC/PPCRegisterInfo.td lib/Target/Target.td utils/TableGen/RegisterInfoEmitter.cpp

Chris Lattner clattner at apple.com
Sun Feb 24 19:57:08 PST 2008


On Feb 24, 2008, at 11:48 AM, Evan Cheng wrote:

> I asked Bill to do this. Basically I want two names, one for
> debugging, one for asmprinting.
>
> I am ok with the patch except for the name "PrintableName". I'd prefer
> just Name and AsmName, the later is only used for asm printing. To me
> it's silly to change TargetRegisterInfo::getName() to a virtual
> machine and use a switch statement. The increase size to
> TargetRegisterDesc can't be that big an issue?

Ok! Fine with me,

-Chris



More information about the llvm-commits mailing list