Make the SCC printing passes use errs() instead of outs(), as the
authorDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 01:03:44 +0000 (01:03 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 01:03:44 +0000 (01:03 +0000)
commit52fdaeda759b2ef3b9048ab8651b024f864b3858
tree04cff79507a799ba6b6d69b0608e4c195145898f
parent4bb122e5ac5727088d77fcad6c583b5d74ba9f9a
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
docs/Passes.html
tools/opt/PrintSCC.cpp