Remove dead store.

llvm-svn: 92157
This commit is contained in:
Bill Wendling 2009-12-25 13:39:58 +00:00
parent 32e19f65c4
commit 736d9ee6b8

View File

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