From: Chris Lattner Date: Tue, 3 Jan 2006 06:04:48 +0000 (+0000) Subject: update usage of -print-alias-sets X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=05d5c9dc284275f13cde6aa6d1698d7ba83779dc;p=oota-llvm.git update usage of -print-alias-sets git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25061 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index d32aac593c2..25a27f36e46 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -889,9 +889,15 @@ implementations. You can use them with commands like 'opt -anders-aa -ds-aa

The -print-alias-sets pass is exposed as part of the -analyze tool to print out the Alias Sets formed by the opt tool to print out the Alias Sets formed by the AliasSetTracker class. This is useful if you're using -the AliasSetTracker class.

+the AliasSetTracker class. To use it, use something like:

+ +
+
+% opt -ds-aa -print-alias-sets -disable-output
+
+