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

Chris Lattner clattner at apple.com
Wed Dec 23 16:42:58 PST 2009


On Dec 23, 2009, at 4:41 PM, David Greene wrote:

> On Wednesday 23 December 2009 18:37, Chris Lattner wrote:
>> 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,
>
> Ok, I will look at changing some things back.  I'm on vacation until
> the new year, however.  Gotta beat the giant snowstorm headed this
> way so I'm outta the office as of now.

Sure no problem, take care David!

> But I might play around with some LLVM stuff on my own dime over the
> next couple of weeks.  :)

Hacking on compilers is fun!

-Chris



More information about the llvm-commits mailing list