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