diff options
-rw-r--r-- | docs/AliasAnalysis.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index d04e841d7a..74127124a3 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -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 |