We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5ee73 commit ef023cbCopy full SHA for ef023cb
llvm/include/llvm/Intrinsics.td
@@ -176,7 +176,7 @@ let Properties = [IntrNoMem] in {
176
// NOTE: these are internal interfaces.
177
def int_setjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty]>;
178
def int_longjmp : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_int_ty]>;
179
-def int_sigsetjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty]>;
+def int_sigsetjmp : Intrinsic<[llvm_int_ty , llvm_ptr_ty, llvm_int_ty]>;
180
def int_siglongjmp : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_int_ty]>;
181
182
//===-------------------- Bit Manipulation Intrinsics ---------------------===//
0 commit comments