allow a virtual register to be associated with live-in values.
authorChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 07:08:07 +0000 (07:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 07:08:07 +0000 (07:08 +0000)
commit712ad0c36dcfacb30620c793a6ffe4e80bd5d569
tree26f8920823e50da06d9f443a3f44dbe0f4e89f3f
parentfe07581d789c0a1b329dd8956e3b68e71ae9fcfa
allow a virtual register to be associated with live-in values.

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