mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Use forward decl instead of #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97453d60c6
commit
b6dcbfc6d1
@ -8,7 +8,6 @@
|
||||
#define LLVM_TARGET_TARGETMACHINE_H
|
||||
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "Support/NonCopyable.h"
|
||||
|
||||
class MachineInstrInfo;
|
||||
@ -17,6 +16,7 @@ class MachineSchedInfo;
|
||||
class MachineRegInfo;
|
||||
class MachineFrameInfo;
|
||||
class MachineCacheInfo;
|
||||
class PassManager;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// class TargetMachine
|
||||
|
Loading…
Reference in New Issue
Block a user