commit | d648a45afd70f95b0ac65af8a4bd87ac3436a301 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Feb 22 22:14:47 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Feb 22 22:14:47 2010 +0000 |
tree | cc18102805b4e2e41089f18075f61a97d991d013 | |
parent | 1560998122a97da79ebd251a7cb764a653d49ef1 [diff] [blame] |
move #includes earlier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8
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