diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-07-03 04:41:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-07-03 04:41:50 +0000 |
| commit | 4b32528ba97d71f9147c01b9104e2345060ebc4a (patch) | |
| tree | e969613613e1e701fd55a3161fc29e860a3872d9 /llvm/docs | |
| parent | 00e7e32abfe6e3eb9cc943a7ad0fb528a8eb1212 (diff) | |
| download | bcm5719-llvm-4b32528ba97d71f9147c01b9104e2345060ebc4a.tar.gz bcm5719-llvm-4b32528ba97d71f9147c01b9104e2345060ebc4a.zip | |
note where to get steens-aa and ds-aa
llvm-svn: 37850
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/AliasAnalysis.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/AliasAnalysis.html b/llvm/docs/AliasAnalysis.html index b1163e0633b..748b3cb30eb 100644 --- a/llvm/docs/AliasAnalysis.html +++ b/llvm/docs/AliasAnalysis.html @@ -755,6 +755,9 @@ field-<b>sensitive</b>" version of Steensgaard's algorithm using the Data Structure Analysis framework. This gives it substantially more precision than the standard algorithm while maintaining excellent analysis scalability.</p> +<p>Note that <tt>-steens-aa</tt> is available in the optional "poolalloc" +module, it is not part of the LLVM core.</p> + </div> <!-- _______________________________________________________________________ --> @@ -775,6 +778,9 @@ queries, and can provide context-sensitive mod/ref information as well. The only major facility not implemented so far is support for must-alias information.</p> +<p>Note that <tt>-ds-aa</tt> is available in the optional "poolalloc" +module, it is not part of the LLVM core.</p> + </div> |

