[llvm-commits] [llvm] r118614 - /llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
Duncan Sands
baldrick at free.fr
Wed Nov 10 00:07:23 PST 2010
Hi Dan,
> + // AccessesArgumentsReadonly - This function loads through function
> + // arguments and does not perform any non-local stores or volatile
> + // loads.
how does this differ from OnlyReadsMemory? Is it that non-local loads are
*only* via function arguments? If so, I think the description could be
clearer.
Ciao,
Duncan.
More information about the llvm-commits
mailing list