mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
eliminate an extraneous use of TRI::getAsmName in a comment.
llvm-svn: 81705
This commit is contained in:
parent
fb0e41caef
commit
1e264d7506
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user