Delete AccessesArgumentsAndGlobals, which was unused.
authorDan Gohman <gohman@apple.com>
Tue, 9 Nov 2010 19:41:37 +0000 (19:41 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Nov 2010 19:41:37 +0000 (19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118610 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index 13c380e3fb18926c0205fa98126d53b471ffde71..5f9579778adcd85341932af026e720bdf13405a9 100644 (file)
@@ -195,11 +195,6 @@ public:
     // This property corresponds to the IntrReadWriteArgMem LLVM intrinsic flag.
     AccessesArguments,
 
-    // AccessesArgumentsAndGlobals - This function has accesses function
-    // arguments and global variables well known (possibly volatile) ways, but
-    // does not access any other memory.
-    AccessesArgumentsAndGlobals,
-
     // OnlyReadsMemory - This function does not perform any non-local stores or
     // volatile loads, but may read from any memory location.
     //