mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Spelling fail.
llvm-svn: 138667
This commit is contained in:
parent
6071776c8a
commit
f47325fc54
@ -2324,7 +2324,7 @@ static DecodeStatus DecodeThumbAddSpecialReg(llvm::MCInst &Inst, uint16_t Insn,
|
||||
default:
|
||||
return Fail;
|
||||
case ARM::tADR:
|
||||
break; // tADR does not explicitly represent the PC as an oeprand.
|
||||
break; // tADR does not explicitly represent the PC as an operand.
|
||||
case ARM::tADDrSPi:
|
||||
Inst.addOperand(MCOperand::CreateReg(ARM::SP));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user