Oops. Don't normalize spill weights twice.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 3 Aug 2010 17:21:16 +0000 (17:21 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 3 Aug 2010 17:21:16 +0000 (17:21 +0000)
commitbae696956b74680a7fedafb7fea70628d1ef14df
tree181cf82656f91bfd098a22fbe34bacecf916d21b
parent0055f97f72fa033826325c5a4920fdd490db818d
Oops. Don't normalize spill weights twice.

When the normalizeSpillWeights function was introduced, I forgot to remove this
normalization.

This change could affect register allocation. Hopefully for the better.

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