Remove dead store.

llvm-svn: 92157
This commit is contained in:
Bill Wendling 2009-12-25 13:39:58 +00:00
parent ba27bef114
commit 8d1f801a01
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
!BotHasFallthrough && !BotHasFallthrough &&
HasFallthrough(L->getBottomBlock())) { HasFallthrough(L->getBottomBlock())) {
++NumIntraElim; ++NumIntraElim;
BotHasFallthrough = true;
} }
return Changed; return Changed;