diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/BranchFolding.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp index 871d6dc5765..f807e8fa261 100644 --- a/llvm/lib/CodeGen/BranchFolding.cpp +++ b/llvm/lib/CodeGen/BranchFolding.cpp @@ -1011,9 +1011,6 @@ static bool IsBetterFallthrough(MachineBasicBlock *MBB1,  bool BranchFolder::TailDuplicateBlocks(MachineFunction &MF) {    bool MadeChange = false; -  // Make sure blocks are numbered in order -  MF.RenumberBlocks(); -    for (MachineFunction::iterator I = ++MF.begin(), E = MF.end(); I != E; ) {      MachineBasicBlock *MBB = I++;  | 

