Return live range end points from SplitEditor::enter*/leave*.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Feb 2011 17:04:16 +0000 (17:04 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Feb 2011 17:04:16 +0000 (17:04 +0000)
commit207c868c9210663d401b7f5ce5cae7c3e0943849
treec28a834cf8edc92146e998f8e867cf3244db7e6c
parent9590c7fbca2a3c18d0000676b2a6336f6458ed42
Return live range end points from SplitEditor::enter*/leave*.

These end points come from the inserted copies, and can be passed directly to
useIntv. This simplifies the coloring code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124799 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h