[llvm-commits] [llvm] r55638 - /llvm/trunk/include/llvm/Function.h

Devang Patel dpatel at apple.com
Tue Sep 23 10:14:29 PDT 2008


On Sep 22, 2008, at 11:58 AM, Duncan Sands wrote:

> actually it is theoretically useful to be able to specify readonly  
> on a
> call to a function that is not readonly: it means that this particular
> call doesn't read memory (presumably because the function is being
> passed a special value for some parameter) even though general calls
> to it might.

How do you distinguish that ?
-
Devang



More information about the llvm-commits mailing list