mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 15:53:42 +00:00
Remove dead store.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a6726f795
commit
ebc0c8cc6d
@ -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