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

llvm-svn: 81705
This commit is contained in:
Chris Lattner 2009-09-13 19:48:37 +00:00
parent fb0e41caef
commit 1e264d7506

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