eliminate an extraneous use of TRI::getAsmName in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-09-13 19:48:37 +00:00
parent a1cb09e4b9
commit f806c23a9a

View File

@ -1606,7 +1606,7 @@ void AsmPrinter::printImplicitDef(const MachineInstr *MI) const {
if (!VerboseAsm) return;
O.PadToColumn(MAI->getCommentColumn());
O << MAI->getCommentString() << " implicit-def: "
<< TRI->getAsmName(MI->getOperand(0).getReg());
<< TRI->getName(MI->getOperand(0).getReg());
}
/// printLabel - This method prints a local label used by debug and