push the "pointer case" up the analysis stack a bit. This causes
authorChris Lattner <sabre@nondot.org>
Sun, 7 Dec 2008 01:50:16 +0000 (01:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Dec 2008 01:50:16 +0000 (01:50 +0000)
commite79be944c8ced0a0cb80ede8cb9f97e4fdc6778f
tree3b13711b8b584f5764ab31e81bbe29db1cfb20e3
parentd8dd934d16d1190881d45b065daec4a1ba82133f
push the "pointer case" up the analysis stack a bit.  This causes
duplication of logic (in 2 places) to determine what pointer a
load/store touches.  This will be addressed in a future commit.

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