Remove dead store.
[oota-llvm.git] / 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;