Rework InsertPHITranslatedPointer to handle the recursive case, this
authorChris Lattner <sabre@nondot.org>
Fri, 27 Nov 2009 22:05:15 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Nov 2009 22:05:15 +0000 (22:05 +0000)
commit6f7b210b2577fbc9247a9fc5223655390008ae89
tree320490861ed912a416899b0c25dd9c01b7233245
parent5141421e38a6b4113177ef30cfd52de58ec9dced
Rework InsertPHITranslatedPointer to handle the recursive case, this
fixes PR5630 and sets the stage for the next phase of goodness (testcase
pending).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90019 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Transforms/Scalar/GVN.cpp