mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Remove #include
move typedefs here llvm-svn: 1639
This commit is contained in:
parent
4fe48ea510
commit
71af76aa1d
@ -7,17 +7,25 @@
|
||||
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
||||
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
||||
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "Support/NonCopyable.h"
|
||||
#include "Support/DataTypes.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class MachineInstrDescriptor;
|
||||
class TmpInstruction;
|
||||
class MachineInstr;
|
||||
class TargetMachine;
|
||||
class Value;
|
||||
class Instruction;
|
||||
class Method;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Data types used to define information about a single machine instruction
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
typedef int MachineOpCode;
|
||||
typedef int OpCodeMask;
|
||||
typedef int InstrSchedClass;
|
||||
|
||||
// Global variable holding an array of descriptors for machine instructions.
|
||||
|
@ -7,17 +7,25 @@
|
||||
#ifndef LLVM_TARGET_MACHINEINSTRINFO_H
|
||||
#define LLVM_TARGET_MACHINEINSTRINFO_H
|
||||
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "Support/NonCopyable.h"
|
||||
#include "Support/DataTypes.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class MachineInstrDescriptor;
|
||||
class TmpInstruction;
|
||||
class MachineInstr;
|
||||
class TargetMachine;
|
||||
class Value;
|
||||
class Instruction;
|
||||
class Method;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Data types used to define information about a single machine instruction
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
typedef int MachineOpCode;
|
||||
typedef int OpCodeMask;
|
||||
typedef int InstrSchedClass;
|
||||
|
||||
// Global variable holding an array of descriptors for machine instructions.
|
||||
|
Loading…
Reference in New Issue
Block a user