Add a comment.
authorDan Gohman <gohman@apple.com>
Fri, 6 Aug 2010 02:04:07 +0000 (02:04 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 6 Aug 2010 02:04:07 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110426 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index 2d72d4cf74d3146e949fb9104ad52f755f93ca9c..bf8f5185cbba4defbb0b50a55442b6ff0af7d228 100644 (file)
@@ -169,7 +169,8 @@ public:
   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