summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-12-22 22:12:44 +0000
committerBob Wilson <bob.wilson@apple.com>2011-12-22 22:12:44 +0000
commit268d2599e0777d0ed8fb7eeca6669f6ec14d0764 (patch)
tree6202eb36535f9ee412d4d66a2cb2d8e506808d30 /llvm/lib
parentf96715d7f096e3bc5eecf7ee919920e6830ce4ee (diff)
downloadbcm5719-llvm-268d2599e0777d0ed8fb7eeca6669f6ec14d0764.tar.gz
bcm5719-llvm-268d2599e0777d0ed8fb7eeca6669f6ec14d0764.zip
Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.
Noticed by inspection; I don't have a testcase for this. llvm-svn: 147188
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index a85607c5191..6624d5c5f15 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -4721,7 +4721,7 @@ let Defs =
let Defs =
[ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, LR, CPSR ],
- hasSideEffects = 1, isBarrier = 1 in {
+ hasSideEffects = 1, isBarrier = 1, usesCustomInserter = 1 in {
def Int_eh_sjlj_setjmp_nofp : PseudoInst<(outs), (ins GPR:$src, GPR:$val),
NoItinerary,
[(set R0, (ARMeh_sjlj_setjmp GPR:$src, GPR:$val))]>,
OpenPOWER on IntegriCloud