OSDN Git Service

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)
commit9003793e8d154cb9b14cc2391c46c68f97e2182c
tree9fb75f217cde4b99f8710f09744f87acc24630e8
parent1358217bcbc89fe174040d453fbb63f4a2ca79d5
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]