mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Make MachineInstr.h not #include MachineInstrInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0be79c6c1b
commit
054c1f6cb6
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#include "llvm/Instruction.h"
|
#include "llvm/Instruction.h"
|
||||||
#include "llvm/CodeGen/MachineInstr.h"
|
#include "llvm/CodeGen/MachineInstr.h"
|
||||||
|
#include "Support/DataTypes.h"
|
||||||
class InstructionNode;
|
class InstructionNode;
|
||||||
class TargetMachine;
|
class TargetMachine;
|
||||||
|
|
||||||
|
@ -9,10 +9,16 @@
|
|||||||
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
|
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
|
||||||
#define LLVM_CODEGEN_MACHINEINSTR_H
|
#define LLVM_CODEGEN_MACHINEINSTR_H
|
||||||
|
|
||||||
#include "llvm/Target/MachineInstrInfo.h"
|
|
||||||
#include "llvm/Annotation.h"
|
#include "llvm/Annotation.h"
|
||||||
#include "Support/iterator"
|
#include "Support/iterator"
|
||||||
class Instruction;
|
#include "Support/NonCopyable.h"
|
||||||
|
#include <vector>
|
||||||
|
class Value;
|
||||||
|
class Function;
|
||||||
|
|
||||||
|
typedef int MachineOpCode;
|
||||||
|
typedef int OpCodeMask;
|
||||||
|
typedef int InstrSchedClass;
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// class MachineOperand
|
// class MachineOperand
|
||||||
|
Loading…
Reference in New Issue
Block a user