[PowerPC] Remove unused forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-23 14:35:00 +01:00
parent db56a6aaf8
commit d8a4a99161
2 changed files with 0 additions and 4 deletions

View File

@ -32,9 +32,6 @@ class MCRegisterInfo;
class MCSubtargetInfo;
class MCTargetOptions;
class Target;
class Triple;
class StringRef;
class raw_pwrite_stream;
MCCodeEmitter *createPPCMCCodeEmitter(const MCInstrInfo &MCII,
const MCRegisterInfo &MRI,

View File

@ -63,7 +63,6 @@ namespace PPC {
}
class GlobalValue;
class TargetMachine;
class PPCSubtarget : public PPCGenSubtargetInfo {
public: