projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c4f5c
)
fix GetInstSizeInBytes for eh_sjlj_setjmp
author
Jim Grosbach
<grosbach@apple.com>
Tue, 11 Aug 2009 17:08:15 +0000
(17:08 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 11 Aug 2009 17:08:15 +0000
(17:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78683
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMBaseInstrInfo.cpp
b/lib/Target/ARM/ARMBaseInstrInfo.cpp
index ff109edffe4e1c5ec550e5d1f72f29318595a6f7..f4aded9397d8fda13931ed6f694c956ce232f94c 100644
(file)
--- a/
lib/Target/ARM/ARMBaseInstrInfo.cpp
+++ b/
lib/Target/ARM/ARMBaseInstrInfo.cpp
@@
-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: