In the joiner, merge the small interval into the large interval. This restores
authorChris Lattner <sabre@nondot.org>
Sat, 24 Jul 2004 03:41:50 +0000 (03:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Jul 2004 03:41:50 +0000 (03:41 +0000)
commitdeb9971061cfb9c57930724fcf8d62fb26dc2213
tree91ee65a78d1d9c5d6f3dbdaceecace09ad55330a
parent4df98e546dd0cca214df661ae1072e1a3f6eff98
In the joiner, merge the small interval into the large interval.  This restores
us back to taking about 10.5s on gcc, instead of taking 15.6s!  The net result
is that my big patches have hand no significant effect on compile time or code
quality.  heh.

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