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 &&
HasFallthrough(L->getBottomBlock())) {
++NumIntraElim;
BotHasFallthrough = true;
}
return Changed;