Move the FindCopyInsertPoint method of PHIElimination to a new standalone
authorCameron Zwarich <zwarich@apple.com>
Sun, 5 Dec 2010 19:51:05 +0000 (19:51 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 5 Dec 2010 19:51:05 +0000 (19:51 +0000)
commita474685d069a900ab931ee1540c9a79fdd6607a9
tree26af467723205dd3e209108c53bd7848a83638fb
parentea388f217b8368db13f598e4c547bab5582eb82a
Move the FindCopyInsertPoint method of PHIElimination to a new standalone
function so that it can be shared with StrongPHIElimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CMakeLists.txt
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIEliminationUtils.cpp [new file with mode: 0644]
lib/CodeGen/PHIEliminationUtils.h [new file with mode: 0644]