diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-12-25 13:39:58 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-12-25 13:39:58 +0000 |
commit | ebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9 (patch) | |
tree | bf3ac8f8150358c2d7d60ab3df3b1884e474dd87 /lib/CodeGen/CodePlacementOpt.cpp | |
parent | 1a6726f79569bccd4eb0112d9448651ba62b1635 (diff) |
Remove dead store.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodePlacementOpt.cpp')
-rw-r--r-- | lib/CodeGen/CodePlacementOpt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodePlacementOpt.cpp b/lib/CodeGen/CodePlacementOpt.cpp index ff71f6b806..126700b7fe 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; |