mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Mark the callsite intrinsic such that the opimizers know it's not dead.
llvm-svn: 78856
This commit is contained in:
parent
b089d07a1f
commit
ef0a7f38e3
@ -309,6 +309,8 @@ let Properties = [IntrNoMem] in {
|
||||
def int_eh_sjlj_setjmp : Intrinsic<[llvm_i32_ty], [llvm_ptr_ty]>;
|
||||
def int_eh_sjlj_longjmp : Intrinsic<[llvm_void_ty], [llvm_ptr_ty]>;
|
||||
def int_eh_sjlj_lsda : Intrinsic<[llvm_ptr_ty]>;
|
||||
}
|
||||
let Properties = [IntrWriteMem] in {
|
||||
def int_eh_sjlj_callsite: Intrinsic<[llvm_void_ty], [llvm_i32_ty]>;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user