Skip to content

Commit

Permalink
[PowerPC] Remove unused forward declarations. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 23, 2020
1 parent db56a6a commit d8a4a99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion llvm/lib/Target/PowerPC/PPCSubtarget.h
Expand Up @@ -63,7 +63,6 @@ namespace PPC {
}

class GlobalValue;
class TargetMachine;

class PPCSubtarget : public PPCGenSubtargetInfo {
public:
Expand Down

0 comments on commit d8a4a99

Please sign in to comment.