llvm-project/llvm/include
Igor Laevsky 39d662f7ba Add argmemonly attribute.
This change adds new attribute called "argmemonly". Function marked with this attribute can only access memory through it's argument pointers. This attribute directly corresponds to the "OnlyAccessesArgumentPointees" ModRef behaviour in alias analysis.

Differential Revision: http://reviews.llvm.org/D10398

llvm-svn: 241979
2015-07-11 10:30:36 +00:00
..
llvm Add argmemonly attribute. 2015-07-11 10:30:36 +00:00
llvm-c Revert the new EH instructions 2015-07-10 07:15:17 +00:00