1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

TargetSubtargetInfo.h - remove unnecessary forward declarations. NFC.

We have to include MCSubtargetInfo.h
This commit is contained in:
Simon Pilgrim 2020-06-26 11:46:52 +01:00
parent 2fb2d48ab9
commit e8162e21bd

View File

@ -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;