Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
authorChris Lattner <sabre@nondot.org>
Sat, 24 Jul 2004 03:32:06 +0000 (03:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Jul 2004 03:32:06 +0000 (03:32 +0000)
commit4df98e546dd0cca214df661ae1072e1a3f6eff98
treeef32b39ff289f9e01385619fdd4ae9dee97cee78
parent7ac2d3146a196fa0120c579ecd2ddd69652ad230
Completely eliminate the intervals_ list.  instead, the r2iMap_ maintains
ownership of the intervals.

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