Move PHIElimination::isLiveOut method to LiveVariables.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 1 Dec 2009 17:13:31 +0000 (17:13 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 1 Dec 2009 17:13:31 +0000 (17:13 +0000)
commit8f72235a77e7ac262471936ea0ad2a3467d18871
tree1bfd1138801c664b93a54adaa57c725cc7ee9d7c
parent074fe8324dd9533f1cd210091b15719ff67f49c2
Move PHIElimination::isLiveOut method to LiveVariables.

We want LiveVariables clients to use methods rather than accessing the
getVarInfo data structure directly. That way it will be possible to change the
LiveVariables representation.

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