Make repairIntervalsInRange() more robust. There are now no longer any liveness-
authorCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 22:09:57 +0000 (22:09 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 22:09:57 +0000 (22:09 +0000)
commit0e827ebc783ded58c11aeb0d66bed43e214de2de
tree813c01e20c359a5126f4e5c694a8041cac71c669
parentc46e2df74cf75a33742f57d2b4d6c6fcf73bced9
Make repairIntervalsInRange() more robust. There are now no longer any liveness-
related failures when running 'make check' without LiveVariables with the
verifier enabled. Some of the remaining failures elsewhere may still be fallout
from incorrect updating of LiveIntervals or the few missing cases left in the
two-address pass.

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