fix GetInstSizeInBytes for eh_sjlj_setjmp

llvm-svn: 78683
This commit is contained in:
Jim Grosbach 2009-08-11 17:08:15 +00:00
parent 82b3823bb7
commit c80da41574

View File

@ -440,7 +440,7 @@ unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
// operand #2.
return MI->getOperand(2).getImm();
case ARM::Int_eh_sjlj_setjmp:
return 12;
return 24;
case ARM::BR_JTr:
case ARM::BR_JTm:
case ARM::BR_JTadd: