[BlockPlacement] Remove an unnecessary continue
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 7 Apr 2016 06:35:00 +0000 (06:35 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 7 Apr 2016 06:35:00 +0000 (06:35 +0000)
NFC.

llvm-svn: 265643

llvm/lib/CodeGen/MachineBlockPlacement.cpp

index aeb59d1..69c0a53 100644 (file)
@@ -809,7 +809,6 @@ MachineBlockPlacement::findBestLoopExit(MachineFunction &F, MachineLoop &L,
       // Restore the old exiting state, no viable looping successor was found.
       ExitingBB = OldExitingBB;
       BestExitEdgeFreq = OldBestExitEdgeFreq;
-      continue;
     }
   }
   // Without a candidate exiting block or with only a single block in the