[llvm-commits] [llvm] r79358 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h include/llvm/Support/IOManip.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp
David A. Greene
greened at obbligato.org
Wed Aug 19 14:38:57 PDT 2009
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.
-Dave
More information about the llvm-commits
mailing list