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 | fcbd65d27b153a9bdd07f31b4ea46e708148ae6a (patch) | |
| tree | a4c69ab1b99bd8c7caa600a66a98c17fdf0408f0 /llvm | |
| parent | 50df1f96dcd3c120ccc33da6bcd9135a731f979e (diff) | |
| download | bcm5719-llvm-fcbd65d27b153a9bdd07f31b4ea46e708148ae6a.tar.gz bcm5719-llvm-fcbd65d27b153a9bdd07f31b4ea46e708148ae6a.zip | |
basic-aa does support AliasAnalysis chaining now.
llvm-svn: 149293
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/AliasAnalysis.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/AliasAnalysis.html b/llvm/docs/AliasAnalysis.html index d04e841d7a1..74127124a3d 100644 --- a/llvm/docs/AliasAnalysis.html +++ b/llvm/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 |

