mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
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:
parent
a1cb09e4b9
commit
f806c23a9a
@ -1606,7 +1606,7 @@ void AsmPrinter::printImplicitDef(const MachineInstr *MI) const {
|
|||||||
if (!VerboseAsm) return;
|
if (!VerboseAsm) return;
|
||||||
O.PadToColumn(MAI->getCommentColumn());
|
O.PadToColumn(MAI->getCommentColumn());
|
||||||
O << MAI->getCommentString() << " implicit-def: "
|
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
|
/// printLabel - This method prints a local label used by debug and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user