Delete dead line

llvm-svn: 10164
This commit is contained in:
Chris Lattner 2003-11-22 02:26:17 +00:00
parent 87e444b65b
commit 7d794a8431

View File

@ -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;