diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-22 02:26:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-22 02:26:17 +0000 |
commit | ab25f5a6c1cbbbc68c46a519148650b5a1095000 (patch) | |
tree | 6467cf55cff2a2711daa91585cb989951e755c51 | |
parent | 3788c242be54c0f33adf2b17b4c83e069fe58a44 (diff) |
Delete dead line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10164 91177308-0d34-0410-b5e6-96231b3b80d8
-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; |