Fix an obvious bug. Old code only worked for the entry block.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jun 2007 01:16:36 +0000 (01:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 27 Jun 2007 01:16:36 +0000 (01:16 +0000)
commit75611fb4e6ab253be30ac29a2b15e9bf8c1d146e
treee8532915968590e930c8aad167116bfd54171a8c
parent6032a5ba64cc97f95b0afd65b88fc4febebc62ad
Fix an obvious bug. Old code only worked for the entry block.

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