forked from OSchip/llvm-project
Remove obsolete comment. Unreachable blocks will automatically be left at the
end of the function. llvm-svn: 11313
This commit is contained in:
parent
d5bab7e727
commit
d4b36cf9bc
|
|
@ -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