Get rid of sentinel insertion in interval reconstruction. It just masked the
authorOwen Anderson <resistor@mac.com>
Mon, 5 Jan 2009 18:32:26 +0000 (18:32 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 5 Jan 2009 18:32:26 +0000 (18:32 +0000)
commitd0ed240e3091607048490f174988976a44b11d30
treeeb28ffc0cc57e6b1b9d86b9e5a22a6909cf143e2
parent830703b1bd88511e29eec76b1fd146524bc9c5a1
Get rid of sentinel insertion in interval reconstruction.  It just masked the
problem, rather than fixing it.  The problem has now been fixed the right way.

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