mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Remove dead store.
llvm-svn: 92157
This commit is contained in:
parent
32e19f65c4
commit
736d9ee6b8
@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
|
||||
!BotHasFallthrough &&
|
||||
HasFallthrough(L->getBottomBlock())) {
|
||||
++NumIntraElim;
|
||||
BotHasFallthrough = true;
|
||||
}
|
||||
|
||||
return Changed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user