Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.
authorBob Wilson <bob.wilson@apple.com>
Thu, 22 Dec 2011 22:12:44 +0000 (22:12 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 22 Dec 2011 22:12:44 +0000 (22:12 +0000)
Noticed by inspection; I don't have a testcase for this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147188 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index a85607c519137eff205496a56040987331c0af4d..6624d5c5f1591e728e3cd66bbacef030a4a185f0 100644 (file)
@@ -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))]>,