aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/IntrinsicLowering.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-07-04 20:52:51 +0000
committerDuncan Sands <baldrick@free.fr>2007-07-04 20:52:51 +0000
commitcf26d7ccac1ad052b750edec36b13bc9ea8f70d7 (patch)
treefbeb0dd28e3fbbfe4d8b4e973f7983f32e77703e /lib/CodeGen/IntrinsicLowering.cpp
parentb2e18600c093545133f3ecbf3c254dc3651531db (diff)
Extend eh.selector to support both catches and filters.
Drop the eh.filter intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r--lib/CodeGen/IntrinsicLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp
index 24ed4d3405..1e811d61e7 100644
--- a/lib/CodeGen/IntrinsicLowering.cpp
+++ b/lib/CodeGen/IntrinsicLowering.cpp
@@ -708,7 +708,6 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
case Intrinsic::dbg_declare:
case Intrinsic::eh_exception:
case Intrinsic::eh_selector:
- case Intrinsic::eh_filter:
break; // Simply strip out debugging and eh intrinsics
case Intrinsic::var_annotation: