[llvm-commits] [llvm] r122773 - /llvm/trunk/docs/AliasAnalysis.html
Owen Anderson
resistor at mac.com
Mon Jan 3 13:08:22 PST 2011
Author: resistor
Date: Mon Jan 3 15:08:22 2011
New Revision: 122773
URL: http://llvm.org/viewvc/llvm-project?rev=122773&view=rev
Log:
We can count properly.
Modified:
llvm/trunk/docs/AliasAnalysis.html
Modified: llvm/trunk/docs/AliasAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AliasAnalysis.html?rev=122773&r1=122772&r2=122773&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.html (original)
+++ llvm/trunk/docs/AliasAnalysis.html Mon Jan 3 15:08:22 2011
@@ -464,7 +464,7 @@
</p>
<p>
-The <tt>AliasAnalysis</tt> interface exposes two methods which are used to
+The <tt>AliasAnalysis</tt> interface exposes three methods which are used to
communicate program changes from the clients to the analysis implementations.
Various alias analysis implementations should use these methods to ensure that
their internal data structures are kept up-to-date as the program changes (for
More information about the llvm-commits
mailing list