Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
authorCameron Zwarich <zwarich@apple.com>
Sun, 10 Feb 2013 23:29:49 +0000 (23:29 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 10 Feb 2013 23:29:49 +0000 (23:29 +0000)
commit36f54480f83d47404aceea5d41f8f6b95da2d00b
tree3e724779ef001448032c313bd793ca098fd6f4c7
parentc3ba0a821b359060d76453023f3852954e6a5ee3
Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
both LiveVariables and LiveIntervals.

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