[llvm-commits] [llvm] r92029 - /llvm/trunk/lib/Analysis/AliasSetTracker.cpp
Chris Lattner
clattner at apple.com
Wed Dec 23 14:55:40 PST 2009
On Dec 23, 2009, at 2:41 PM, David Greene wrote:
> 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?
You run it, it prints stuff to stderr. Same idea as tools/opt/
AnalysisWrappers.cpp.
-Chris
More information about the llvm-commits
mailing list