[llvm-commits] [llvm] r149293 - /llvm/trunk/docs/AliasAnalysis.html

Dan Gohman gohman at apple.com
Mon Jan 30 15:05:42 PST 2012


Author: djg
Date: Mon Jan 30 17:05:41 2012
New Revision: 149293

URL: http://llvm.org/viewvc/llvm-project?rev=149293&view=rev
Log:
basic-aa does support AliasAnalysis chaining now.

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=149293&r1=149292&r2=149293&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.html (original)
+++ llvm/trunk/docs/AliasAnalysis.html Mon Jan 30 17:05:41 2012
@@ -418,9 +418,8 @@
 
 <div>
 
-<p>With only two special exceptions (the <tt><a
-href="#basic-aa">basicaa</a></tt> and <a href="#no-aa"><tt>no-aa</tt></a>
-passes) every alias analysis pass chains to another alias analysis
+<p>With only one special exception (the <a href="#no-aa"><tt>no-aa</tt></a>
+pass) every alias analysis pass chains to another alias analysis
 implementation (for example, the user can specify "<tt>-basicaa -ds-aa
 -licm</tt>" to get the maximum benefit from both alias
 analyses).  The alias analysis class automatically takes care of most of this





More information about the llvm-commits mailing list