aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-03 04:41:50 +0000
committerChris Lattner <sabre@nondot.org>2007-07-03 04:41:50 +0000
commitd6e0dd1db6c54aab3f76c4189686a881616f73c1 (patch)
treee3c62f137a9b779e78d5eaa030527b79cfdd8957 /docs
parent89fc9428f3ad2a3cb1716d68310b14644ab9e506 (diff)
downloadexternal_llvm-d6e0dd1db6c54aab3f76c4189686a881616f73c1.zip
external_llvm-d6e0dd1db6c54aab3f76c4189686a881616f73c1.tar.gz
external_llvm-d6e0dd1db6c54aab3f76c4189686a881616f73c1.tar.bz2
note where to get steens-aa and ds-aa
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AliasAnalysis.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index b1163e0..748b3cb 100644
--- a/docs/AliasAnalysis.html
+++ b/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>