[llvm-commits] [llvm] r79358 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h include/llvm/Support/IOManip.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Chris Lattner clattner at apple.com
Wed Aug 19 16:08:31 PDT 2009


On Aug 19, 2009, at 2:38 PM, David A. Greene wrote:

> On Wednesday 19 August 2009 01:42, Chris Lattner wrote:
>> On Aug 18, 2009, at 12:22 PM, David Greene wrote:
>>> Author: greened
>>> Date: Tue Aug 18 14:22:55 2009
>>> New Revision: 79358
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=79358&view=rev
>>> Log:
>>>
>>> Make various changes suggested by Chris.
>>
>> Thanks David,
>>
>> Why did you add all the forward declarations and #include to
>> AsmPrinter.h?
>
> Sorry, leakage from another fix.  I've discovered that lots of
> source files are missing #includes they should have.  I found
> this out when making some changes to add the AsmPrinter MachineInstr
> flags we've discussed.  I'm in the midst of checking in a bunch
> of fixes of this nature.

Ok!

-Chris



More information about the llvm-commits mailing list