update usage of -print-alias-sets
authorChris Lattner <sabre@nondot.org>
Tue, 3 Jan 2006 06:04:48 +0000 (06:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Jan 2006 06:04:48 +0000 (06:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25061 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AliasAnalysis.html

index d32aac593c2441471345ff77c4ad3d8be839e312..25a27f36e46f1c2f2acacd48e685d27356fe8483 100644 (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>