diff options
| author | Dan Gohman <gohman@apple.com> | 2010-08-06 02:04:07 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-08-06 02:04:07 +0000 |
| commit | a24a5c996a41ab707d831f7680e4f827042ffb3a (patch) | |
| tree | 1a315ee1ee91b79aa7b446927db79b6b8b0237a7 /include/llvm/Analysis | |
| parent | 6089421d44a0dfe999fbe40162e034dbda797eca (diff) | |
| download | external_llvm-a24a5c996a41ab707d831f7680e4f827042ffb3a.zip external_llvm-a24a5c996a41ab707d831f7680e4f827042ffb3a.tar.gz external_llvm-a24a5c996a41ab707d831f7680e4f827042ffb3a.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/llvm/Analysis')
| -rw-r--r-- | include/llvm/Analysis/AliasAnalysis.h | 3 |
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 |
