update usage of -print-alias-sets

llvm-svn: 25061
This commit is contained in:
Chris Lattner 2006-01-03 06:04:48 +00:00
parent eaf5ed1438
commit 2e6f448d0f
1 changed files with 8 additions and 2 deletions

View File

@ -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>