fix GetInstSizeInBytes for eh_sjlj_setjmp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2009-08-11 17:08:15 +00:00
parent 59c4f5c2fc
commit cdc17ebc2b

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: