1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove assertion.

llvm-svn: 34494
This commit is contained in:
Jim Laskey 2007-02-22 16:12:17 +00:00
parent f6f24530c0
commit 4990356454

View File

@ -356,12 +356,9 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
case Intrinsic::dbg_region_end:
case Intrinsic::dbg_func_start:
case Intrinsic::dbg_declare:
break; // Simply strip out debugging intrinsics
case Intrinsic::eh_exception:
case Intrinsic::eh_handlers:
assert(0 && "Should not have leaked through");
break;
break; // Simply strip out debugging intrinsics
case Intrinsic::memcpy_i32:
case Intrinsic::memcpy_i64: {