verify-uselistorder: More outs() and errs(), less dbgs()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 19:04:03 +0000 (19:04 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 14 Apr 2015 19:04:03 +0000 (19:04 +0000)
commit448d937be568b8e035f91421f42c13e960739751
treef7eb84f9f4fc14c176cfbcf7b96aef3ea1b79fee
parentd044549557efc225189f2eabba83d2d02ff58ea7
verify-uselistorder: More outs() and errs(), less dbgs()

Change all the normally relevant output in `verify-uselistorder` from
using `dbgs()` to using `outs()` and `errs()`.  Now you don't need
`-debug=uselistorder` to figure out what's going on (or at what stage
verification failed, or to get the paths of the left-behind temporary
files).  This is a debugging tool, so I put the logging messages on
`outs()` and the error messages on `errs()`.

I also adjusted the output to be less ***loud***.  Not sure why I was so
`*`-happy when I first wrote this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234929 91177308-0d34-0410-b5e6-96231b3b80d8
tools/verify-uselistorder/verify-uselistorder.cpp