diff options
| author | Dan Gohman <gohman@apple.com> | 2011-05-24 22:01:32 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2011-05-24 22:01:32 +0000 |
| commit | 4a70bfe3c0cb02d493030b1e51971d13ccf53888 (patch) | |
| tree | 62e4f9a8de4f7f9cdc9543770a47988284b8572b /llvm/docs | |
| parent | 4a88971ac15e5ac5a4560552838acb5e0bbce3da (diff) | |
| download | bcm5719-llvm-4a70bfe3c0cb02d493030b1e51971d13ccf53888.tar.gz bcm5719-llvm-4a70bfe3c0cb02d493030b1e51971d13ccf53888.zip | |
Update documentation: -basicaa does chaining these days.
llvm-svn: 132010
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/AliasAnalysis.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/AliasAnalysis.html b/llvm/docs/AliasAnalysis.html index 306a3f4393c..5e36ae14e85 100644 --- a/llvm/docs/AliasAnalysis.html +++ b/llvm/docs/AliasAnalysis.html @@ -745,9 +745,9 @@ for monitoring and evaluating different implementations.</p> <div> <p>This section lists the various implementations of the <tt>AliasAnalysis</tt> -interface. With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a> and -<a href="#basic-aa"><tt>-basicaa</tt></a> implementations, all of these <a -href="#chaining">chain</a> to other alias analysis implementations.</p> +interface. With the exception of the <a href="#no-aa"><tt>-no-aa</tt></a> +implementation, all of these <a href="#chaining">chain</a> to other alias +analysis implementations.</p> <!-- _______________________________________________________________________ --> <h4> |

