Extend eh.selector to support both catches and filters.
[oota-llvm.git] / lib / CodeGen / IntrinsicLowering.cpp
index 24ed4d3405d7b9420113d6e8ebbc21728e941cca..1e811d61e7c186be61541ca7923ba9482a9ecba1 100644 (file)
@@ -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: