mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
The eh.exception intrinsic only reads from memory, it doesn't
write to it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
937708cea9
commit
3653e1baae
@ -289,7 +289,7 @@ let Properties = [IntrNoMem] in {
|
||||
|
||||
//===------------------ Exception Handling Intrinsics----------------------===//
|
||||
//
|
||||
def int_eh_exception : Intrinsic<[llvm_ptr_ty]>;
|
||||
def int_eh_exception : Intrinsic<[llvm_ptr_ty], [], [IntrReadMem]>;
|
||||
def int_eh_selector_i32 : Intrinsic<[llvm_i32_ty],
|
||||
[llvm_ptr_ty, llvm_ptr_ty, llvm_vararg_ty]>;
|
||||
def int_eh_selector_i64 : Intrinsic<[llvm_i64_ty],
|
||||
|
Loading…
x
Reference in New Issue
Block a user