mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Remove #include
move typedefs here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9aab9ec321
commit
f3aaadf482
@ -7,17 +7,25 @@
|
|||||||
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
||||||
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
||||||
|
|
||||||
#include "llvm/Target/TargetMachine.h"
|
#include "Support/NonCopyable.h"
|
||||||
#include "Support/DataTypes.h"
|
#include "Support/DataTypes.h"
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class MachineInstrDescriptor;
|
class MachineInstrDescriptor;
|
||||||
class TmpInstruction;
|
class TmpInstruction;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
class TargetMachine;
|
||||||
class Value;
|
class Value;
|
||||||
class Instruction;
|
class Instruction;
|
||||||
|
class Method;
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
// Data types used to define information about a single machine instruction
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
typedef int MachineOpCode;
|
||||||
|
typedef int OpCodeMask;
|
||||||
typedef int InstrSchedClass;
|
typedef int InstrSchedClass;
|
||||||
|
|
||||||
// Global variable holding an array of descriptors for machine instructions.
|
// Global variable holding an array of descriptors for machine instructions.
|
||||||
|
@ -7,17 +7,25 @@
|
|||||||
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
||||||
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
||||||
|
|
||||||
#include "llvm/Target/TargetMachine.h"
|
#include "Support/NonCopyable.h"
|
||||||
#include "Support/DataTypes.h"
|
#include "Support/DataTypes.h"
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class MachineInstrDescriptor;
|
class MachineInstrDescriptor;
|
||||||
class TmpInstruction;
|
class TmpInstruction;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
|
class TargetMachine;
|
||||||
class Value;
|
class Value;
|
||||||
class Instruction;
|
class Instruction;
|
||||||
|
class Method;
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
// Data types used to define information about a single machine instruction
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
typedef int MachineOpCode;
|
||||||
|
typedef int OpCodeMask;
|
||||||
typedef int InstrSchedClass;
|
typedef int InstrSchedClass;
|
||||||
|
|
||||||
// Global variable holding an array of descriptors for machine instructions.
|
// Global variable holding an array of descriptors for machine instructions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user