1
0
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:
Owen Anderson 2011-08-26 21:47:57 +00:00
parent 6071776c8a
commit f47325fc54

View File

@ -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;