diff options
-rw-r--r-- | lib/Transforms/IPO/PruneEH.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp index 1ef2809e9d..70d0204b55 100644 --- a/lib/Transforms/IPO/PruneEH.cpp +++ b/lib/Transforms/IPO/PruneEH.cpp @@ -98,7 +98,6 @@ bool PruneEH::runOnSCC(const std::vector<CallGraphNode *> &SCC) { new BranchInst(II->getNormalDest(), II); // Finally, delete the invoke instruction! - I->getInstList().pop_back(); ++NumRemoved; |