Add the skeleton of a better PHI elimination pass.
authorOwen Anderson <resistor@mac.com>
Wed, 31 Oct 2007 03:37:57 +0000 (03:37 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 31 Oct 2007 03:37:57 +0000 (03:37 +0000)
commit0bda0e8895285c3a03c8859e11f2fff69861fd9d
tree774d10b929a31ad6e1de1b38bc51104504fef86f
parent5d32ec4cb002973cb12bc21a3fe12364794168c8
Add the skeleton of a better PHI elimination pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43542 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/StrongPHIElimination.cpp [new file with mode: 0644]