commit | a0fb7c4e1ae9b7c87037bc6a72adce439d23484c | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Tue Dec 01 18:10:36 2009 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Tue Dec 01 18:10:36 2009 +0000 |
tree | b58804eb486fac2c630bf808be156fc54fb73d0b | |
parent | 6e1b1ad3abeb24f6da12afe63ac7a1074c1e3dbf [diff] [blame] |
Thumb1 exception handling setjmp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.cpp b/lib/Target/ARM/ARMBaseInstrInfo.cpp index c95d4c8..6e476a6 100644 --- a/lib/Target/ARM/ARMBaseInstrInfo.cpp +++ b/lib/Target/ARM/ARMBaseInstrInfo.cpp
@@ -467,6 +467,8 @@ return MI->getOperand(2).getImm(); case ARM::Int_eh_sjlj_setjmp: return 24; + case ARM::tInt_eh_sjlj_setjmp: + return 22; case ARM::t2Int_eh_sjlj_setjmp: return 22; case ARM::BR_JTr: