forked from OSchip/llvm-project
parent
b50c58a792
commit
9b253e6518
|
@ -309,10 +309,8 @@ let Properties = [IntrNoMem] in {
|
||||||
def int_eh_sjlj_lsda : Intrinsic<[llvm_ptr_ty]>;
|
def int_eh_sjlj_lsda : Intrinsic<[llvm_ptr_ty]>;
|
||||||
def int_eh_sjlj_callsite: Intrinsic<[], [llvm_i32_ty]>;
|
def int_eh_sjlj_callsite: Intrinsic<[], [llvm_i32_ty]>;
|
||||||
}
|
}
|
||||||
def int_eh_sjlj_setjmp : Intrinsic<[llvm_i32_ty], [llvm_ptr_ty]>,
|
def int_eh_sjlj_setjmp : Intrinsic<[llvm_i32_ty], [llvm_ptr_ty]>;
|
||||||
GCCBuiltin<"__builtin_setjmp">;
|
def int_eh_sjlj_longjmp : Intrinsic<[], [llvm_ptr_ty]>;
|
||||||
def int_eh_sjlj_longjmp : Intrinsic<[], [llvm_ptr_ty]>,
|
|
||||||
GCCBuiltin<"__builtin_longjmp">;
|
|
||||||
|
|
||||||
//===---------------- Generic Variable Attribute Intrinsics----------------===//
|
//===---------------- Generic Variable Attribute Intrinsics----------------===//
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue