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

David Greene dag at cray.com
Wed Dec 23 16:41:55 PST 2009


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.

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

                              -Dave



More information about the llvm-commits mailing list