* There is no reason for SpillWeights to be an instance var
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 06:01:45 +0000 (06:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 06:01:45 +0000 (06:01 +0000)
commitc8b9f33ac08e15dc1eb675cff70bf85b34b68fdd
tree86a1d4364c431fa937c5cfd9f8921520cbd187b8
parent9fddc12c9b16a5526b0ee2e6f1da252f7974d7d0
* There is no reason for SpillWeights to be an instance var
* Do not put fixed registers into the unhandled set.  This means they will
  never find their way into the inactive, active, or handled sets, so we
  can simplify a bunch of code.

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