mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
move #includes earlier.
llvm-svn: 96810
This commit is contained in:
parent
2097684f80
commit
d9ac0d21f4
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user