diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-04 23:08:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-04 23:08:15 +0000 |
commit | 4807923a50e7460bde6f1f9c38de7eb941c9c5fd (patch) | |
tree | d67775f4f52506651266ee72e7873650796f0349 | |
parent | 2d7cce34076e246db46efa8f1c38d08435d3d5fe (diff) | |
download | external_llvm-4807923a50e7460bde6f1f9c38de7eb941c9c5fd.tar.gz external_llvm-4807923a50e7460bde6f1f9c38de7eb941c9c5fd.tar.bz2 external_llvm-4807923a50e7460bde6f1f9c38de7eb941c9c5fd.zip |
Delete obsolete comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110277 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/AliasAnalysis.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h index b0ac80b560..5bf620e1cf 100644 --- a/include/llvm/Analysis/AliasAnalysis.h +++ b/include/llvm/Analysis/AliasAnalysis.h @@ -140,17 +140,11 @@ public: // AccessesArguments - This function accesses function arguments in well // known (possibly volatile) ways, but does not access any other memory. - // - // Clients may use the Info parameter of getModRefBehavior to get specific - // information about how pointer arguments are used. AccessesArguments, // AccessesArgumentsAndGlobals - This function has accesses function // arguments and global variables well known (possibly volatile) ways, but // does not access any other memory. - // - // Clients may use the Info parameter of getModRefBehavior to get specific - // information about how pointer arguments are used. AccessesArgumentsAndGlobals, // OnlyReadsMemory - This function does not perform any non-local stores or |