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 | b0b0da72e995a8e49b5fde93429db260a13bcc4e (patch) | |
tree | e3bb41fdce937a7ead3107feeaffcd7b1b3838dc /docs | |
parent | 9ad65aed36181bb4b8d97c331f91b68729682b0c (diff) |
Update documentation: -basicaa does chaining these days.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/AliasAnalysis.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 306a3f4393..5e36ae14e8 100644 --- a/docs/AliasAnalysis.html +++ b/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> |