* Simplify code a bit by breaking the PHI node handling stuff out into a seperate
authorChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 19:51:14 +0000 (19:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Dec 2002 19:51:14 +0000 (19:51 +0000)
commitc2db1a95df09e30f190e51be98ed34fcbbbb7aec
tree04e007205639c110371a8aa90270616d668e3cc3
parentafe628c1d6c37d57d324d3fb83730cb4e5980b0a
* Simplify code a bit by breaking the PHI node handling stuff out into a seperate
  function from normal regalloc code
* Make the regalloc for a block a function instead of part of runOnMachineBB, which
  makes it easier to see what's going on in runOnMBB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocSimple.cpp