eliminate an extraneous use of TRI::getAsmName in a comment.
llvm-svn: 81705
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index e9ddada..fca4b80 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1606,7 +1606,7 @@
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