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)
commitbb9ad311fb3c312dcda8cee8836dd164b5a6e5c7
tree255b6e32d8a9040171f57c76b34a4c668bfb4be3
parentba629335deb6b48f9cc15f6cdc5ee17f3a4a81be
Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
both LiveVariables and LiveIntervals.

llvm-svn: 174850
llvm/lib/CodeGen/PHIElimination.cpp