forked from OSchip/llvm-project
Update documentation: -basicaa does chaining these days.
llvm-svn: 132010
This commit is contained in:
parent
4a88971ac1
commit
4a70bfe3c0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue