add the start of a class used to handle phi translation in memdep and
authorChris Lattner <sabre@nondot.org>
Fri, 4 Dec 2009 02:10:16 +0000 (02:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Dec 2009 02:10:16 +0000 (02:10 +0000)
commit210e45af3a579beeefb001c8f13c94e80407aad5
tree9fb75f217cde4b99f8710f09744f87acc24630e8
parent9b195eaefd1fbffe2df5cd7378182eb836505240
add the start of a class used to handle phi translation in memdep and
gvn (this is just a skeleton so far).  This will ultimately be used
to fix a nasty miscompilation with GVN.

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