mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
There should be no need to keep renumbering blocks during tail duplication.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89275 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41a0456a3c
commit
fbb6b67df0
@ -1011,9 +1011,6 @@ static bool IsBetterFallthrough(MachineBasicBlock *MBB1,
|
|||||||
bool BranchFolder::TailDuplicateBlocks(MachineFunction &MF) {
|
bool BranchFolder::TailDuplicateBlocks(MachineFunction &MF) {
|
||||||
bool MadeChange = false;
|
bool MadeChange = false;
|
||||||
|
|
||||||
// Make sure blocks are numbered in order
|
|
||||||
MF.RenumberBlocks();
|
|
||||||
|
|
||||||
for (MachineFunction::iterator I = ++MF.begin(), E = MF.end(); I != E; ) {
|
for (MachineFunction::iterator I = ++MF.begin(), E = MF.end(); I != E; ) {
|
||||||
MachineBasicBlock *MBB = I++;
|
MachineBasicBlock *MBB = I++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user