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

Chris Lattner clattner at apple.com
Wed Dec 23 14:56:34 PST 2009


On Dec 23, 2009, at 2:44 PM, David Greene wrote:

> 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?

It has nothing to do with -debug.

-Chris



More information about the llvm-commits mailing list