eliminate an extraneous use of TRI::getAsmName in a comment.
authorChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 19:48:37 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Sep 2009 19:48:37 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81705 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index e9ddadab7c41d00399af827675aa8d669e30086f..fca4b8008a909816a5cf1c32963f14f4108d0c87 100644 (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