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

Chris Lattner clattner at apple.com
Wed Dec 23 16:37:25 PST 2009


On Dec 23, 2009, at 3:23 PM, David Greene wrote:

> On Wednesday 23 December 2009 17:19, David Greene wrote:
>
>> The intent was always that dbgs() == errs() if debugging is off.
>
> And it is that way.  When -debug is off the buffer size is zero and
> output goes straight to errs().

Ah, great point!  I withdraw my objection to using dbgs() before  
llvm_unreachable().  Thanks David,

-Chris



More information about the llvm-commits mailing list