summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete comment. Unreachable blocks will automatically be left at theChris Lattner2004-02-111-2/+0
| | | | | | end of the function. llvm-svn: 11313
* Add an _embarassingly simple_ implementation of basic block layout. This isChris Lattner2004-02-111-0/+141
more of a testcase for profiling information than anything that should reasonably be used, but it's a starting point. When I have more time I will whip this into better shape. llvm-svn: 11311
OpenPOWER on IntegriCloud