[llvm-commits] [llvm] r92029 - /llvm/trunk/lib/Analysis/AliasSetTracker.cpp
David Greene
dag at cray.com
Wed Dec 23 14:41:38 PST 2009
On Wednesday 23 December 2009 16:23, Chris Lattner wrote:
> On Dec 23, 2009, at 11:27 AM, David Greene wrote:
> > Author: greened
> > Date: Wed Dec 23 13:27:59 2009
> > New Revision: 92029
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=92029&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 change to AliasSetPrinter is not.
Again, can you explain a little more? What's the use case for
AliasSetPrinter?
-Dave
More information about the llvm-commits
mailing list