[llvm-commits] [llvm] r132010 - /llvm/trunk/docs/AliasAnalysis.html
Dan Gohman
gohman at apple.com
Tue May 24 15:01:32 PDT 2011
Author: djg
Date: Tue May 24 17:01:32 2011
New Revision: 132010
URL: http://llvm.org/viewvc/llvm-project?rev=132010&view=rev
Log:
Update documentation: -basicaa does chaining these days.
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=132010&r1=132009&r2=132010&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.html (original)
+++ llvm/trunk/docs/AliasAnalysis.html Tue May 24 17:01:32 2011
@@ -745,9 +745,9 @@
<div>
<p>This section lists the various implementations of the <tt>AliasAnalysis</tt>
-interface. With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a> and
-<a href="#basic-aa"><tt>-basicaa</tt></a> implementations, all of these <a
-href="#chaining">chain</a> to other alias analysis implementations.</p>
+interface. With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a>
+implementation, all of these <a href="#chaining">chain</a> to other alias
+analysis implementations.</p>
<!-- _______________________________________________________________________ -->
<h4>
More information about the llvm-commits
mailing list