diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-02-28 18:37:50 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-02-28 18:37:50 +0000 |
commit | 63f3e3fa1d67f7696298373d43a2e064b7a0d1c2 (patch) | |
tree | 91e47eeb15f45a813e43b54977667e7f03b003d6 /lib/CodeGen/IntrinsicLowering.cpp | |
parent | 64ce0ca90d358da4984a089404dc2dabe45d05f1 (diff) |
Provide a more meaningful name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r-- | lib/CodeGen/IntrinsicLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp index e75291dffa..09709fedae 100644 --- a/lib/CodeGen/IntrinsicLowering.cpp +++ b/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: |