Reject RS_Spill ranges from local splitting as well.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 5 Aug 2011 23:50:33 +0000 (23:50 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 5 Aug 2011 23:50:33 +0000 (23:50 +0000)
commitccfa446450c9e3e0b3591343c4c5bea1e4cdc043
tree3f512d7f56c41f8b87705169b8bda20a23fca3a0
parenta9c41d39d1adc92107e095aca6f851aed71b6a5f
Reject RS_Spill ranges from local splitting as well.

All new local ranges are marked as RS_New now, so there is no need to
attempt splitting of RS_Spill ranges any more.

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