mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Remove special casing
llvm-svn: 8144
This commit is contained in:
parent
035fe6b810
commit
399ad7c300
@ -211,9 +211,6 @@ bool InlineFunction(CallSite CS) {
|
||||
}
|
||||
|
||||
break; // Done with this basic block!
|
||||
} else if (ID == LLVMIntrinsic::exc_setcurrent ||
|
||||
ID == LLVMIntrinsic::exc_getcurrent) {
|
||||
ShouldInvokify = false; // Not correct to invokify exc.throw!
|
||||
}
|
||||
|
||||
// If we should convert this function into an invoke instruction, do
|
||||
|
Loading…
Reference in New Issue
Block a user