Add an _embarassingly simple_ implementation of basic block layout. This is
authorChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 04:53:20 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 04:53:20 +0000 (04:53 +0000)
commit206805e172e100ffaa4884e7f918d972c65e35e3
tree465a9e2ffdef79867583e64f0a3e73278576da09
parentccd79f2c2105388f7eca73b4bdfc1922b3034783
Add an _embarassingly simple_ implementation of basic block layout.  This is
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/BasicBlockPlacement.cpp [new file with mode: 0644]