Add some asserts that the list of intervals returned by addIntervalsForSpills
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 04:47:36 +0000 (04:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 04:47:36 +0000 (04:47 +0000)
commit59073e02ccd79c8728e439dfe6869091b84d669c
treef80dc8e7c61394e3efb2c8f23836bdf086c03e64
parent6097d13b2a624048dbe02e39e2dfb23bfa269b64
Add some asserts that the list of intervals returned by addIntervalsForSpills
is sorted.  This is not the case currently, which is causing no end of
problems.

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