Lower eh filter intrinsic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey
2007-03-01 20:24:30 +00:00
parent c3c1ca0f9c
commit 0b4711bd94
2 changed files with 5 additions and 1 deletions

View File

@ -358,6 +358,7 @@ 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::memcpy_i32: