Update documentation: -basicaa does chaining these days.
authorDan Gohman <gohman@apple.com>
Tue, 24 May 2011 22:01:32 +0000 (22:01 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 24 May 2011 22:01:32 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132010 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AliasAnalysis.html

index 306a3f4393c5722fd044f76fe0cdbcd6f4c9c426..5e36ae14e85a8c9af332166baaf4753b0dfdbcb4 100644 (file)
@@ -745,9 +745,9 @@ for monitoring and evaluating different implementations.</p>
 <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>