From: Dan Gohman
Date: Mon, 30 Jan 2012 23:05:41 +0000 (+0000)
Subject: basic-aa does support AliasAnalysis chaining now.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1d82220c4ecf780d54ac851b6eb10a8643fd04c;p=oota-llvm.git
basic-aa does support AliasAnalysis chaining now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149293 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index d04e841d7a1..74127124a3d 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -418,9 +418,8 @@ implementing, you just override the interfaces you can improve.
-
With only two special exceptions (the basicaa and no-aa
-passes) every alias analysis pass chains to another alias analysis
+
With only one special exception (the no-aa
+pass) every alias analysis pass chains to another alias analysis
implementation (for example, the user can specify "-basicaa -ds-aa
-licm" to get the maximum benefit from both alias
analyses). The alias analysis class automatically takes care of most of this