[llvm-commits] [llvm] r80076 - /llvm/trunk/tools/llvm-prof/llvm-prof.cpp

Daniel Dunbar daniel at zuster.org
Wed Aug 26 13:02:46 PDT 2009


On Wed, Aug 26, 2009 at 8:43 AM, Chris Lattner<clattner at apple.com> wrote:
> On Aug 26, 2009, at 2:05 AM, Andreas Neustifter wrote:
>> Author: astifter
>> Date: Wed Aug 26 04:05:21 2009
>> New Revision: 80076
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=80076&view=rev
>> Log:
>> Changed std::cout to outs(), retaining formating.
>
> Can the <iostream> #include go away?
>
> Thanks for doing this!
>
> Is there any chance llvm-prof can stop using AsmAnnotationWriter?

Hi Chris,

Please don't remove AsmAnnotationWriter (the class, not its
incarnation in llvm-prof)! :)

Or at least, do you have a good way to implement a Instruction to .ll
line # mapping without it?

Does removing the annotation writer have some major pros?

 - Daniel



More information about the llvm-commits mailing list