diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-03 06:04:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-03 06:04:48 +0000 |
commit | 05d5c9dc284275f13cde6aa6d1698d7ba83779dc (patch) | |
tree | a043b8e76aae5825e3f3857dc96fabd801fbd4aa /docs/AliasAnalysis.html | |
parent | 5d42360180654f572d8d5114c305f690d4df98fa (diff) | |
download | external_llvm-05d5c9dc284275f13cde6aa6d1698d7ba83779dc.zip external_llvm-05d5c9dc284275f13cde6aa6d1698d7ba83779dc.tar.gz external_llvm-05d5c9dc284275f13cde6aa6d1698d7ba83779dc.tar.bz2 |
update usage of -print-alias-sets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AliasAnalysis.html')
-rw-r--r-- | docs/AliasAnalysis.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index d32aac5..25a27f3 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -889,9 +889,15 @@ implementations. You can use them with commands like '<tt>opt -anders-aa -ds-aa <div class="doc_text"> <p>The <tt>-print-alias-sets</tt> pass is exposed as part of the -<tt>analyze</tt> tool to print out the Alias Sets formed by the <a +<tt>opt</tt> tool to print out the Alias Sets formed by the <a href="#ast"><tt>AliasSetTracker</tt></a> class. This is useful if you're using -the <tt>AliasSetTracker</tt> class.</p> +the <tt>AliasSetTracker</tt> class. To use it, use something like:</p> + +<div class="doc_code"> +<pre> +% opt -ds-aa -print-alias-sets -disable-output +</pre> +</div> </div> |