summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd3ee4238a5ecf16f1e871ad13c4b84aa86c9c1f6 (patch)
tree338d2c79d030734002a311439b0cb414a7cd2c1d /llvm/docs
parentd0ef0eff61eee004f08ef5add8a3f958d08698b7 (diff)
downloadbcm5719-llvm-d3ee4238a5ecf16f1e871ad13c4b84aa86c9c1f6.tar.gz
bcm5719-llvm-d3ee4238a5ecf16f1e871ad13c4b84aa86c9c1f6.zip
Make the SCC printing passes use errs() instead of outs(), as the
other printing passes do, and update the documentation accordingly. llvm-svn: 111601
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Passes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html
index 4d465108e7d..d79da12c08b 100644
--- a/llvm/docs/Passes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud