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:
parent
cc975735af
commit
5730220037
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user