diff --git a/docs/Passes.html b/docs/Passes.html index 4d465108e7d..d79da12c08b 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -649,7 +649,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "
\n" if !
This pass, only available in opt
, prints the call graph to
- standard output in a human-readable form.
+ standard error in a human-readable form.
\n" if !
This pass, only available in opt
, prints the SCCs of the call
- graph to standard output in a human-readable form.
+ graph to standard error in a human-readable form.
\n" if !
This pass, only available in opt
, 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.