[llvm-commits] CVS: llvm/docs/AliasAnalysis.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 2 22:05:00 PST 2006
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.25 -> 1.26
---
Log message:
update usage of -print-alias-sets
---
Diffs of the changes: (+9 -3)
AliasAnalysis.html | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.25 llvm/docs/AliasAnalysis.html:1.26
--- llvm/docs/AliasAnalysis.html:1.25 Mon Sep 6 18:00:30 2004
+++ llvm/docs/AliasAnalysis.html Tue Jan 3 00:04:48 2006
@@ -889,9 +889,15 @@
<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>
@@ -946,7 +952,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/09/06 23:00:30 $
+ Last modified: $Date: 2006/01/03 06:04:48 $
</address>
</body>
More information about the llvm-commits
mailing list