Delete obsolete comments.
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 23:08:15 +0000 (23:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 23:08:15 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110277 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index b0ac80b560a1128a1fb3c36316137c02b0d3d8e6..5bf620e1cf97b7341d28ddd65949adbcccf6f96c 100644 (file)
@@ -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