aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-06 02:04:07 +0000
committerDan Gohman <gohman@apple.com>2010-08-06 02:04:07 +0000
commit13214eb8ccaef26d9f5ad79a702f4b196d357537 (patch)
tree1a315ee1ee91b79aa7b446927db79b6b8b0237a7 /include
parent9c09f16a535271adc6ddbc7ede0a11a9bf3f2a5a (diff)
downloadexternal_llvm-13214eb8ccaef26d9f5ad79a702f4b196d357537.zip
external_llvm-13214eb8ccaef26d9f5ad79a702f4b196d357537.tar.gz
external_llvm-13214eb8ccaef26d9f5ad79a702f4b196d357537.tar.bz2
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h
index 2d72d4c..bf8f518 100644
--- a/include/llvm/Analysis/AliasAnalysis.h
+++ b/include/llvm/Analysis/AliasAnalysis.h
@@ -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