[llvm-commits] [llvm] r110426 - /llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
Dan Gohman
gohman at apple.com
Thu Aug 5 19:04:07 PDT 2010
Author: djg
Date: Thu Aug 5 21:04:07 2010
New Revision: 110426
URL: http://llvm.org/viewvc/llvm-project?rev=110426&view=rev
Log:
Add a comment.
Modified:
llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
Modified: llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/AliasAnalysis.h?rev=110426&r1=110425&r2=110426&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/AliasAnalysis.h (original)
+++ llvm/trunk/include/llvm/Analysis/AliasAnalysis.h Thu Aug 5 21:04:07 2010
@@ -169,7 +169,8 @@
virtual ModRefBehavior getModRefBehavior(const Function *F);
/// getIntrinsicModRefBehavior - Return the modref behavior of the intrinsic
- /// with the given id.
+ /// with the given id. Most clients won't need this, because the regular
+ /// getModRefBehavior incorporates this information.
static ModRefBehavior getIntrinsicModRefBehavior(unsigned iid);
/// doesNotAccessMemory - If the specified call is known to never read or
More information about the llvm-commits
mailing list