diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-06-21 00:35:15 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-06-21 00:35:15 +0000 |
| commit | a05dedf92588a74d399ce64e333d18128d0e0eb3 (patch) | |
| tree | 7be0002e5d497db2a61aeba90535680c70ef279c /llvm | |
| parent | 9e8bf1ba0616e41c6d9b3ce8b335c8992bd910c4 (diff) | |
| download | bcm5719-llvm-a05dedf92588a74d399ce64e333d18128d0e0eb3.tar.gz bcm5719-llvm-a05dedf92588a74d399ce64e333d18128d0e0eb3.zip | |
Don't mark the eh.dispatch.setup with a memory access marker. We want this to
stick around even during fast isel.
<rdar://problem/9637156>
llvm-svn: 133493
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Intrinsics.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Intrinsics.td b/llvm/include/llvm/Intrinsics.td index c1fbce4e054..14396244afb 100644 --- a/llvm/include/llvm/Intrinsics.td +++ b/llvm/include/llvm/Intrinsics.td @@ -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]>; |

