unlike the malloc instruction, "malloc" calls do not claim to be readonly, just nounwind.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:23:38 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:23:38 +0000 (21:23 +0000)
commit2a9325ff2fc21d8c9873b999cb9ebe2bc6b6f1a1
tree4fdb78429101f2e76fb23e7f281e70a5ef49fab2
parentebb89b418676e5790cb0f385bb6159dd234542ce
unlike the malloc instruction, "malloc" calls do not claim to be readonly, just nounwind.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82927 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp