mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Remove obsolete comment. Unreachable blocks will automatically be left at the
end of the function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
115e5e6abb
commit
5f55aaf0f0
@ -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