aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodePlacementOpt.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-25 13:39:58 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-25 13:39:58 +0000
commitebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9 (patch)
treebf3ac8f8150358c2d7d60ab3df3b1884e474dd87 /lib/CodeGen/CodePlacementOpt.cpp
parent1a6726f79569bccd4eb0112d9448651ba62b1635 (diff)
downloadexternal_llvm-ebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9.zip
external_llvm-ebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9.tar.gz
external_llvm-ebc0c8cc6dc5716c554775fe0514fd3e4a4d3db9.tar.bz2
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodePlacementOpt.cpp b/lib/CodeGen/CodePlacementOpt.cpp
index ff71f6b..126700b 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;