forked from OSchip/llvm-project
TargetSubtargetInfo.h - remove unnecessary forward declarations. NFC.
We have to include MCSubtargetInfo.h
This commit is contained in:
parent
a1a355a42e
commit
6fafde0387
|
@ -25,7 +25,6 @@
|
|||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class CallLowering;
|
||||
|
@ -42,9 +41,6 @@ struct MCWriteProcResEntry;
|
|||
class RegisterBankInfo;
|
||||
class SDep;
|
||||
class SelectionDAGTargetInfo;
|
||||
struct SubtargetFeatureKV;
|
||||
struct SubtargetSubTypeKV;
|
||||
struct SubtargetInfoKV;
|
||||
class SUnit;
|
||||
class TargetFrameLowering;
|
||||
class TargetInstrInfo;
|
||||
|
|
Loading…
Reference in New Issue