Provide a more meaningful name.
authorJim Laskey <jlaskey@mac.com>
Wed, 28 Feb 2007 18:37:50 +0000 (18:37 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 28 Feb 2007 18:37:50 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34751 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.td
lib/CodeGen/IntrinsicLowering.cpp

index e444d75bc6a0a2a7d24f7c15cf6f85d4910d4e57..87e6871eb5d9faa5e77ac913e53a5b87bb17212d 100644 (file)
@@ -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_i32_ty, llvm_ptr_ty, llvm_ptr_ty,
+def int_eh_selector  : Intrinsic<[llvm_i32_ty, llvm_ptr_ty, llvm_ptr_ty,
                                                llvm_vararg_ty]>;
 def int_eh_typeid_for : Intrinsic<[llvm_i32_ty, llvm_ptr_ty]>;
 
index e75291dffa4c241001db836ea7ed36b60a3666da..09709fedaedb4e3e65101d636e60d953ed407817 100644 (file)
@@ -357,7 +357,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
   case Intrinsic::dbg_func_start:
   case Intrinsic::dbg_declare:
   case Intrinsic::eh_exception:
-  case Intrinsic::eh_handlers:
+  case Intrinsic::eh_selector:
     break;    // Simply strip out debugging and eh intrinsics
 
   case Intrinsic::memcpy_i32: