* Fix several register aliasing bugs
authorChris Lattner <sabre@nondot.org>
Wed, 18 Dec 2002 08:14:26 +0000 (08:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Dec 2002 08:14:26 +0000 (08:14 +0000)
commit82bee0f2c89affbb8cd768d106d39ee7241944af
treeae2e83c7b200991c420c25ab21fbabc43d5894b9
parent83702d3f3061bd932c86631627e0df544bb68b4c
* Fix several register aliasing bugs
* Add a new option to eliminate spilling of registers that are only used
  within a basic block.

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