Allow any MachineBasicBlock (not just the entry block) to have live-in physical
authorEvan Cheng <evan.cheng@apple.com>
Tue, 13 Feb 2007 01:30:55 +0000 (01:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 13 Feb 2007 01:30:55 +0000 (01:30 +0000)
commit0c9f92e1ff64ee56724eae444a0442b02f83d0a8
tree654898221db77c9cdb0787d57342f16b85901dd5
parent818d42f1e81db75300223fedb75227c17ec0ef83
Allow any MachineBasicBlock (not just the entry block) to have live-in physical
registers. Make sure liveinterval analysis is correctly creating live ranges
for them.

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