From: Bill Wendling Date: Fri, 25 Dec 2009 13:39:58 +0000 (+0000) Subject: Remove dead store. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9;p=oota-llvm.git Remove dead store. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92157 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodePlacementOpt.cpp b/lib/CodeGen/CodePlacementOpt.cpp index ff71f6b8067..126700b7fe5 100644 --- a/lib/CodeGen/CodePlacementOpt.cpp +++ b/lib/CodeGen/CodePlacementOpt.cpp @@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF, !BotHasFallthrough && HasFallthrough(L->getBottomBlock())) { ++NumIntraElim; - BotHasFallthrough = true; } return Changed;