mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Remove some logic I thoughtlessly copied over
from the old ADCE implementation (there it was correct because the transform was being done for read-only functions). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42b5e08e71
commit
bb65098d2c
@ -88,9 +88,6 @@ static void ChangeToCall(InvokeInst *II) {
|
||||
// Update PHI nodes in the unwind destination
|
||||
II->getUnwindDest()->removePredecessor(BB);
|
||||
BB->getInstList().erase(II);
|
||||
|
||||
if (NewCall->use_empty())
|
||||
BB->getInstList().erase(NewCall);
|
||||
}
|
||||
|
||||
/// IsNoReturn - Return true if the specified call is to a no-return function.
|
||||
|
Loading…
Reference in New Issue
Block a user