[llvm-commits] [llvm] r92035 - /llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp

David Greene dag at cray.com
Wed Dec 23 14:38:10 PST 2009


On Wednesday 23 December 2009 16:25, Chris Lattner wrote:
> On Dec 23, 2009, at 12:10 PM, David Greene wrote:
> > Author: greened
> > Date: Wed Dec 23 14:10:59 2009
> > New Revision: 92035
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=92035&view=rev
> > Log:
> >
> > Convert debug messages to use dbgs().  Generally this means
> > s/errs/dbgs/g except for certain special cases.
>
> The calls that are not in DEBUG should not be changed, this breaks -
> debug-pass=Structure.

What do you mean by "breaks?"  If I use -debug-pass, I probably
do want to log that to the debug buffer if I specify a non-zero
debug buffer size.

                             -Dave



More information about the llvm-commits mailing list