Don't mark the eh.dispatch.setup with a memory access marker. We want this to
authorBill Wendling <isanbard@gmail.com>
Tue, 21 Jun 2011 00:35:15 +0000 (00:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 21 Jun 2011 00:35:15 +0000 (00:35 +0000)
stick around even during fast isel.
<rdar://problem/9637156>

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

include/llvm/Intrinsics.td

index c1fbce4e05434af3a48b1c0ccff7a62aa173416f..14396244afb605c767d5793acb14c40864f16cde 100644 (file)
@@ -312,7 +312,7 @@ let Properties = [IntrNoMem] in {
   def int_eh_sjlj_lsda    : Intrinsic<[llvm_ptr_ty]>;
   def int_eh_sjlj_callsite: Intrinsic<[], [llvm_i32_ty]>;
 }
-def int_eh_sjlj_dispatch_setup : Intrinsic<[], [llvm_i32_ty], [IntrReadMem]>;
+def int_eh_sjlj_dispatch_setup : Intrinsic<[], [llvm_i32_ty]>;
 def int_eh_sjlj_setjmp  : Intrinsic<[llvm_i32_ty], [llvm_ptr_ty]>;
 def int_eh_sjlj_longjmp : Intrinsic<[], [llvm_ptr_ty]>;