Fix miscomputation of live intervals. The catch is that registers can
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 13 Jan 2004 22:26:14 +0000 (22:26 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 13 Jan 2004 22:26:14 +0000 (22:26 +0000)
commitaf25473d5e99e0c0968746e12d8827e4b712bd31
treeb13f76518f333def6c845a6568d65a4e3c1e119f
parent048a1d8db737c32dbbb9396863eb94d9f7f0a8c4
Fix miscomputation of live intervals. The catch is that registers can
be dead at the defining instruction but can only be killed in
subsequent ones.

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