eliminate a bunch of code in favor of using AliasAnalysis::getModRefInfo.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 09:09:48 +0000 (09:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 09:09:48 +0000 (09:09 +0000)
commita161ab06d9e194bbc048b04998e64a8f8a14e49c
tree1183b60e5f81d820e0687250d4de1f053c517458
parent10ca770020e12cf86d43f7b15cb6959e380e935d
eliminate a bunch of code in favor of using AliasAnalysis::getModRefInfo.
Put a some code back to handle buggy behavior that GVN expects: it wants
loads to depend on each other, and accesses to depend on their allocations.

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