Delete dead line
authorChris Lattner <sabre@nondot.org>
Sat, 22 Nov 2003 02:26:17 +0000 (02:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Nov 2003 02:26:17 +0000 (02:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10164 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/PruneEH.cpp

index 1ef2809e9d3088aae078f607ed57ae7acaf3e987..70d0204b554d213c7c994ddacd98c1ba48be1196 100644 (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;