[llvm-commits] [llvm] r118610 - /llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
Dan Gohman
gohman at apple.com
Tue Nov 9 11:41:37 PST 2010
Author: djg
Date: Tue Nov 9 13:41:37 2010
New Revision: 118610
URL: http://llvm.org/viewvc/llvm-project?rev=118610&view=rev
Log:
Delete AccessesArgumentsAndGlobals, which was unused.
Modified:
llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
Modified: llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/AliasAnalysis.h?rev=118610&r1=118609&r2=118610&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/AliasAnalysis.h (original)
+++ llvm/trunk/include/llvm/Analysis/AliasAnalysis.h Tue Nov 9 13:41:37 2010
@@ -195,11 +195,6 @@
// 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.
//
More information about the llvm-commits
mailing list