diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-22 22:14:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-22 22:14:47 +0000 |
| commit | d648a45afd70f95b0ac65af8a4bd87ac3436a301 (patch) | |
| tree | cc18102805b4e2e41089f18075f61a97d991d013 /lib/Target | |
| parent | 1560998122a97da79ebd251a7cb764a653d49ef1 (diff) | |
| download | external_llvm-d648a45afd70f95b0ac65af8a4bd87ac3436a301.zip external_llvm-d648a45afd70f95b0ac65af8a4bd87ac3436a301.tar.gz external_llvm-d648a45afd70f95b0ac65af8a4bd87ac3436a301.tar.bz2 | |
move #includes earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
| -rw-r--r-- | lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | 3 | ||||
| -rw-r--r-- | lib/Target/PIC16/PIC16ISelDAGToDAG.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index 82197ae..5926480 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp @@ -15,9 +15,8 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" -#include "PIC16ISelDAGToDAG.h" #include "llvm/Support/Debug.h" - +#include "PIC16ISelDAGToDAG.h" using namespace llvm; /// createPIC16ISelDag - This pass converts a legalized DAG into a diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.h b/lib/Target/PIC16/PIC16ISelDAGToDAG.h index 813a540..a2d14c4 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.h +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.h @@ -19,6 +19,8 @@ #include "PIC16TargetMachine.h" #include "llvm/CodeGen/SelectionDAGISel.h" #include "llvm/Support/Compiler.h" +#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/Debug.h" #include "llvm/Intrinsics.h" using namespace llvm; |
