Remove dead store.
authorBill Wendling <isanbard@gmail.com>
Fri, 25 Dec 2009 13:39:58 +0000 (13:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 25 Dec 2009 13:39:58 +0000 (13:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92157 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodePlacementOpt.cpp

index ff71f6b80673c889b0029bc62d3eb9f8ec139dc1..126700b7fe5b0846f0e7b398a9a923690db69c81 100644 (file)
@@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
       !BotHasFallthrough &&
       HasFallthrough(L->getBottomBlock())) {
     ++NumIntraElim;
-    BotHasFallthrough = true;
   }
 
   return Changed;