mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
move #includes earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40ebe2473a
commit
bebe68ec00
lib/Target/PIC16
@ -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…
x
Reference in New Issue
Block a user