mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Add sizes non-floating point versions for the eh sjlj intrinsic expansions.
rdar://7895451 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
518e21ae8a
commit
d100755bab
@ -482,10 +482,11 @@ unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
|
||||
// operand #2.
|
||||
return MI->getOperand(2).getImm();
|
||||
case ARM::Int_eh_sjlj_setjmp:
|
||||
case ARM::Int_eh_sjlj_setjmp_nofp:
|
||||
return 24;
|
||||
case ARM::tInt_eh_sjlj_setjmp:
|
||||
return 14;
|
||||
case ARM::t2Int_eh_sjlj_setjmp:
|
||||
case ARM::t2Int_eh_sjlj_setjmp_nofp:
|
||||
return 14;
|
||||
case ARM::BR_JTr:
|
||||
case ARM::BR_JTm:
|
||||
|
Loading…
Reference in New Issue
Block a user