* Convert to use LiveVariable analysis
authorChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2003 00:25:40 +0000 (00:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2003 00:25:40 +0000 (00:25 +0000)
commit91a452b3822a3facb2191a01b58e370284ad9c19
tree1b060000ea0ac1c97f90c23ec0f488d7d95b8f07
parentf00a3f905e8cd99ab4d3dbbde1a9d510516e0fa2
* Convert to use LiveVariable analysis
* Convert to use PHIElimination pass
* Don't spill values which have just been reloaded (big win reducing spills)
* Add experimental support for eliminating spills before TwoAddress
  instructions.  It currently is broken so it is #ifdef'd out.
* Use new "is terminator" flag on instructions instead of looking for
  branches and returns explicitly.

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