Teach basicaa to use the nocapture attribute when possible. When the
authorChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2008 18:59:22 +0000 (18:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Dec 2008 18:59:22 +0000 (18:59 +0000)
commit1314f20283f47ef655b16623ce1e8e7266f8342e
tree91df0dd3fb52d3cb9660354dd9caf6b221e3abef
parent464fc5a04462ad09f98f456e8904683e7c34f60e
Teach basicaa to use the nocapture attribute when possible.  When the
intrinsics are properly marked nocapture, the fixme should be addressed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp
test/Analysis/BasicAA/nocapture.ll [new file with mode: 0644]