From c114990526b134b7df04f1d44a110d16116050c8 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 28 Feb 2007 18:37:50 +0000 Subject: Provide a more meaningful name. llvm-svn: 34751 --- llvm/lib/CodeGen/IntrinsicLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/IntrinsicLowering.cpp b/llvm/lib/CodeGen/IntrinsicLowering.cpp index e75291dffa4..09709fedaed 100644 --- a/llvm/lib/CodeGen/IntrinsicLowering.cpp +++ b/llvm/lib/CodeGen/IntrinsicLowering.cpp @@ -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: -- cgit v1.2.3