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. llvm-svn: 12349
Loading
Please register or sign in to comment
This comes up when you have a local array on the stack and you never pass the address of elements around. llvm-svn: 12349