commit | 63f3e3fa1d67f7696298373d43a2e064b7a0d1c2 | [log] [tgz] |
---|---|---|
author | Jim Laskey <jlaskey@mac.com> | Wed Feb 28 18:37:50 2007 +0000 |
committer | Jim Laskey <jlaskey@mac.com> | Wed Feb 28 18:37:50 2007 +0000 |
tree | 91e47eeb15f45a813e43b54977667e7f03b003d6 | |
parent | 64ce0ca90d358da4984a089404dc2dabe45d05f1 [diff] [blame] |
Provide a more meaningful name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp index e75291d..09709fe 100644 --- a/lib/CodeGen/IntrinsicLowering.cpp +++ b/lib/CodeGen/IntrinsicLowering.cpp
@@ -357,7 +357,7 @@ 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: