1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove obsolete comment. Unreachable blocks will automatically be left at the

end of the function.

llvm-svn: 11313
This commit is contained in:
Chris Lattner 2004-02-11 05:20:50 +00:00
parent cc975735af
commit 5730220037

View File

@ -80,8 +80,6 @@ bool BlockPlacement::runOnFunction(Function &F) {
// Recursively place all blocks.
PlaceBlocks(F.begin());
// If there are any unreachable blocks, move them to the end.
PlacedBlocks.clear();
NumMoved += NumMovedBlocks;
return NumMovedBlocks != 0;