remove all but one reference to TargetRegisterDesc::AsmName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-09-13 20:31:40 +00:00
parent d95148f073
commit 762ccea600
14 changed files with 49 additions and 80 deletions

View File

@@ -223,7 +223,7 @@ void SystemZAsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
assert(0 && "Invalid subreg modifier");
}
O << '%' << TRI->getAsmName(Reg);
O << '%' << getRegisterName(Reg);
return;
}
case MachineOperand::MO_Immediate: