Fix how livein live intervals are handled. Previously it could end at MBB start....
authorEvan Cheng <evan.cheng@apple.com>
Thu, 5 Mar 2009 03:34:26 +0000 (03:34 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 5 Mar 2009 03:34:26 +0000 (03:34 +0000)
commit0076c616e8abc2ecf36600a7ac20ec784420cdc4
treed4398f78ed58a5f6be73822751d922d7713ecd47
parent4084c4ee342a6600e2c40b4f37f0b881443aeefa
Fix how livein live intervals are handled. Previously it could end at MBB start. Sorry, no small test case possible.

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