[llvm] r210578 - Reorder includes to be sorted.

Eric Christopher echristo at gmail.com
Wed Jun 25 12:01:58 PDT 2014


Ah thanks. I thought I'd gotten these. Will revert in a few.
On Jun 25, 2014 11:48 AM, "Justin Bogner" <mail at justinbogner.com> wrote:

> Eric Christopher <echristo at gmail.com> writes:
> > --- llvm/trunk/lib/CodeGen/Analysis.cpp (original)
> > +++ llvm/trunk/lib/CodeGen/Analysis.cpp Tue Jun 10 15:39:35 2014
> > @@ -11,8 +11,8 @@
> >  //
> >
>  //===----------------------------------------------------------------------===//
> >
> > -#include "llvm/CodeGen/Analysis.h"
> >  #include "llvm/Analysis/ValueTracking.h"
> > +#include "llvm/CodeGen/Analysis.h"
> >  #include "llvm/CodeGen/MachineFunction.h"
> >  #include "llvm/IR/DataLayout.h"
> >  #include "llvm/IR/DerivedTypes.h"
>
> In this case, CodeGen/Analysis.h is the "main module header" or "API
> header", so it really did belong first.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140625/0c3915ab/attachment.html>


More information about the llvm-commits mailing list