Fix conservative assumption, which was quite broken. Also, notice that
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 07:46:26 +0000 (07:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 07:46:26 +0000 (07:46 +0000)
commit105d26acb4158daea4e54919cfd12545a3d901ea
tree9d28276a06334226b449e5c964cb7a21aa4d4363
parenteaa243039b6a83f8915f4f96ced58fabb520c851
Fix conservative assumption, which was quite broken.  Also, notice that
functions known to not access memory (like sin/cos) don't access memory! :)

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