If a function only reads memory, then we know that...
authorDuncan Sands <baldrick@free.fr>
Fri, 13 Feb 2009 17:32:26 +0000 (17:32 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 13 Feb 2009 17:32:26 +0000 (17:32 +0000)
commitddd8c450ece6a3c637441992852193a6c5b2fed6
tree6aede67104484663803b8254eb368d8e3b90db83
parent02b6a6a75f29f59a4ea267608c6d3f6b1ebbf0d5
If a function only reads memory, then we know that...
it only reads memory!  The other change has no
functional effect, it just seems more logical to
go in order of decreasing knowledge.

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