fix two more cases where we could let the NLPDI cache get unsorted.
authorChris Lattner <sabre@nondot.org>
Fri, 23 Jan 2009 07:12:16 +0000 (07:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Jan 2009 07:12:16 +0000 (07:12 +0000)
commit95900f2dda0d573b927a54910386130b779a48ff
tree6d2ee90b99af6fe784b3d45e1a188f3ef49b2315
parent4433a09b9fbe0de4483d3d49c0462e2b9a839851
fix two more cases where we could let the NLPDI cache get unsorted.
With this, sqlite3 now passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp
test/Transforms/GVN/2009-01-22-SortInvalidation.ll [new file with mode: 0644]