From: Jim Laskey Date: Mon, 12 Feb 2007 19:05:51 +0000 (+0000) Subject: Wrong value type. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=21ba3d7c2b2edf1304711ee5a048a195ce8dbba1;p=oota-llvm.git Wrong value type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34199 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td index b00eec46630..f3cd4f6d01d 100644 --- a/include/llvm/Intrinsics.td +++ b/include/llvm/Intrinsics.td @@ -232,7 +232,7 @@ def int_dbg_declare : Intrinsic<[llvm_void_ty, llvm_descriptor_ty, //===------------------ Exception Handling Intrinsics----------------------===// // def int_eh_exception : Intrinsic<[llvm_ptr_ty]>; -def int_eh_handlers : Intrinsic<[llvm_ptr_ty, llvm_ptr_ty, llvm_vararg_ty]>; +def int_eh_handlers : Intrinsic<[llvm_i32_ty, llvm_ptr_ty, llvm_vararg_ty]>; //===----------------------------------------------------------------------===// // Target-specific intrinsics