mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Remove special casing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4dee6d781e
commit
f30862f33b
@ -211,9 +211,6 @@ bool InlineFunction(CallSite CS) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
break; // Done with this basic block!
|
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
|
// If we should convert this function into an invoke instruction, do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user