mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a0fd011c2
commit
f3f09527e6
@ -1343,7 +1343,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
|
||||
OutStreamer.EmitLabel(Label);
|
||||
|
||||
|
||||
// Form and emit tha dd.
|
||||
// Form and emit the add.
|
||||
MCInst AddInst;
|
||||
AddInst.setOpcode(ARM::ADDrr);
|
||||
AddInst.addOperand(MCOperand::CreateReg(MI->getOperand(0).getReg()));
|
||||
|
Loading…
Reference in New Issue
Block a user