Sorting is now handled by both linearscan and iterative scan so live
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 22 Jul 2004 15:18:10 +0000 (15:18 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 22 Jul 2004 15:18:10 +0000 (15:18 +0000)
commitd3014edc51af0751e7f05180e9f48162433fb4ba
tree3020171eaae552b56817b8dab95d8e2397fd7d49
parent82c24fba8a096ade6875451894340a75fd3c27f4
Sorting is now handled by both linearscan and iterative scan so live
intervals need not be sorted anymore. Removing this redundant step
improves LiveIntervals running time by 5% on 176.gcc.

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