diff options
author | Dan Gohman <gohman@apple.com> | 2012-01-30 23:05:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2012-01-30 23:05:41 +0000 |
commit | e1d82220c4ecf780d54ac851b6eb10a8643fd04c (patch) | |
tree | 0034f833774b8ffe44a1647d71e0f50ad1948a7b /docs/AliasAnalysis.html | |
parent | 885f65b4a1c1ec80cd800a0617c57a2289472165 (diff) |
basic-aa does support AliasAnalysis chaining now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AliasAnalysis.html')
-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 |