summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PHIEliminationUtils.h
Commit message (Collapse)AuthorAge
* Fixed another place in CodeGen where we had a typo in our editor C++ ↵Michael Gottesman2013-08-12
| | | | | | filetype declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188202 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the FindCopyInsertPoint method of PHIElimination to a new standaloneCameron Zwarich2010-12-05
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