forked from OSchip/llvm-project
[PowerPC] Remove unused forward declarations. NFC.
This commit is contained in:
parent
db56a6aaf8
commit
d8a4a99161
|
@ -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,
|
||||
|
|
|
@ -63,7 +63,6 @@ namespace PPC {
|
|||
}
|
||||
|
||||
class GlobalValue;
|
||||
class TargetMachine;
|
||||
|
||||
class PPCSubtarget : public PPCGenSubtargetInfo {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue