Fix a compile-time regression introduced by my heuristic-changing patch. I forgot
authorOwen Anderson <resistor@mac.com>
Wed, 23 Jul 2008 19:47:27 +0000 (19:47 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 23 Jul 2008 19:47:27 +0000 (19:47 +0000)
commit496bac5b084474ac33109bad24c1ef94c843e16f
tree46276e5ccb953cc67f753171431bc36d8f1436ed
parent1a24539405bb1adb7198c8ebafc6cd82218c604b
Fix a compile-time regression introduced by my heuristic-changing patch.  I forgot
to multiply the instruction count by a constant factor in a few places, which
caused the register allocator to require many more iterations.

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