summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit8d1f801a013d047252588da98808b1af7e60a9e3 (patch)
treed41013320baea2967aed6b73141607cceb8b75ae /llvm/lib/CodeGen/CodePlacementOpt.cpp
parentba27bef114c6577427a75555747e3240bb9a8114 (diff)
downloadbcm5719-llvm-8d1f801a013d047252588da98808b1af7e60a9e3.tar.gz
bcm5719-llvm-8d1f801a013d047252588da98808b1af7e60a9e3.zip
Remove dead store.
llvm-svn: 92157
Diffstat (limited to 'llvm/lib/CodeGen/CodePlacementOpt.cpp')
-rw-r--r--llvm/lib/CodeGen/CodePlacementOpt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodePlacementOpt.cpp b/llvm/lib/CodeGen/CodePlacementOpt.cpp
index ff71f6b8067..126700b7fe5 100644
--- a/llvm/lib/CodeGen/CodePlacementOpt.cpp
+++ b/llvm/lib/CodeGen/CodePlacementOpt.cpp
@@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
!BotHasFallthrough &&
HasFallthrough(L->getBottomBlock())) {
++NumIntraElim;
- BotHasFallthrough = true;
}
return Changed;
OpenPOWER on IntegriCloud