mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix an incorrect prototype for this intrinsic, fixing
CFrontend/2003-08-18-SigSetJmp.c with llvm-gcc3. This is part of PR733. llvm-svn: 27670
This commit is contained in:
parent
69bc609781
commit
4bebf6718d
@ -176,7 +176,7 @@ let Properties = [IntrNoMem] in {
|
||||
// NOTE: these are internal interfaces.
|
||||
def int_setjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty]>;
|
||||
def int_longjmp : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_int_ty]>;
|
||||
def int_sigsetjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty]>;
|
||||
def int_sigsetjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty, llvm_int_ty]>;
|
||||
def int_siglongjmp : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_int_ty]>;
|
||||
|
||||
//===-------------------- Bit Manipulation Intrinsics ---------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user