[llvm-commits] [llvm] r92046 - /llvm/trunk/lib/Analysis/PHITransAddr.cpp

David Greene dag at cray.com
Wed Dec 23 14:44:33 PST 2009


On Wednesday 23 December 2009 16:27, you wrote:
> On Dec 23, 2009, at 1:06 PM, David Greene wrote:
> > Author: greened
> > Date: Wed Dec 23 15:06:14 2009
> > New Revision: 92046
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=92046&view=rev
> > Log:
> >
> > Convert debug messages to use dbgs().  Generally this means
> > s/errs/dbgs/g except for certain special cases.
>
> The change to dump() is fine, the others are not.

Same question.  Don't we want the failure messages in the context of
other debug output?

                            -Dave



More information about the llvm-commits mailing list