summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-20 01:03:44 +0000
committerDan Gohman <gohman@apple.com>2010-08-20 01:03:44 +0000
commit52fdaeda759b2ef3b9048ab8651b024f864b3858 (patch)
tree04cff79507a799ba6b6d69b0608e4c195145898f /docs
parent4bb122e5ac5727088d77fcad6c583b5d74ba9f9a (diff)
downloadllvm-52fdaeda759b2ef3b9048ab8651b024f864b3858.tar.gz
llvm-52fdaeda759b2ef3b9048ab8651b024f864b3858.tar.bz2
llvm-52fdaeda759b2ef3b9048ab8651b024f864b3858.tar.xz
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')
-rw-r--r--docs/Passes.html6
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>