Fix tablegen warning: hasSideEffects is inferred for eh_sjlj_dispatchsetup.
authorBob Wilson <bob.wilson@apple.com>
Wed, 16 Nov 2011 17:09:59 +0000 (17:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 16 Nov 2011 17:09:59 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144798 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 7c7e58c7b92e263bb893acb6070dc18640286bcd..fdf405f56f4491b1b7570b7f7ec795caafdfb5c9 100644 (file)
@@ -4668,7 +4668,7 @@ def Int_eh_sjlj_longjmp : PseudoInst<(outs), (ins GPR:$src, GPR:$scratch),
 // This pseudo is used for ARM, Thumb1 and Thumb2. Any differences are
 // handled when the pseudo is expanded (which happens before any passes
 // that need the instruction size).
 // This pseudo is used for ARM, Thumb1 and Thumb2. Any differences are
 // handled when the pseudo is expanded (which happens before any passes
 // that need the instruction size).
-let isBarrier = 1, hasSideEffects = 1 in
+let isBarrier = 1 in
 def eh_sjlj_dispatchsetup : PseudoInst<(outs), (ins), NoItinerary, []>;
 
 //===----------------------------------------------------------------------===//
 def eh_sjlj_dispatchsetup : PseudoInst<(outs), (ins), NoItinerary, []>;
 
 //===----------------------------------------------------------------------===//