basic-aa does support AliasAnalysis chaining now.
authorDan Gohman <gohman@apple.com>
Mon, 30 Jan 2012 23:05:41 +0000 (23:05 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 30 Jan 2012 23:05:41 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149293 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AliasAnalysis.html

index d04e841d7a1a7adf134976f6d020f185a4df8d0d..74127124a3db34e620b1b9091eaf774c533001ee 100644 (file)
@@ -418,9 +418,8 @@ implementing, you just override the interfaces you can improve.</p>
 
 <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