Implement mod/ref analysis for a trivial case where locals don't escape.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 22:39:00 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Mar 2004 22:39:00 +0000 (22:39 +0000)
commit04b75935462642641469fb264aab9f1110ce2666
tree8692e009af5c1e5acad9d2e790ef1434c15ef10e
parent130608905527299186c424c86cb385ec1b1a3335
Implement mod/ref analysis for a trivial case where locals don't escape.
This comes up when you have a local array on the stack and you never pass
the address of elements around.

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