forked from OSchip/llvm-project
parent
ba27bef114
commit
8d1f801a01
|
@ -233,7 +233,6 @@ bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF,
|
|||
!BotHasFallthrough &&
|
||||
HasFallthrough(L->getBottomBlock())) {
|
||||
++NumIntraElim;
|
||||
BotHasFallthrough = true;
|
||||
}
|
||||
|
||||
return Changed;
|
||||
|
|
Loading…
Reference in New Issue