diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-20 01:03:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-20 01:03:44 +0000 |
commit | 52fdaeda759b2ef3b9048ab8651b024f864b3858 (patch) | |
tree | 04cff79507a799ba6b6d69b0608e4c195145898f /docs/Passes.html | |
parent | 4bb122e5ac5727088d77fcad6c583b5d74ba9f9a (diff) |
Make the SCC printing passes use errs() instead of outs(), as the
other printing passes do, and update the documentation accordingly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r-- | docs/Passes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Passes.html b/docs/Passes.html index 4d465108e7..d79da12c08 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -649,7 +649,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if ! <div class="doc_text"> <p> This pass, only available in <code>opt</code>, prints the call graph to - standard output in a human-readable form. + standard error in a human-readable form. </p> </div> @@ -660,7 +660,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if ! <div class="doc_text"> <p> This pass, only available in <code>opt</code>, prints the SCCs of the call - graph to standard output in a human-readable form. + graph to standard error in a human-readable form. </p> </div> @@ -671,7 +671,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if ! <div class="doc_text"> <p> This pass, only available in <code>opt</code>, prints the SCCs of each - function CFG to standard output in a human-readable form. + function CFG to standard error in a human-readable form. </p> </div> |