diff options
author | Eric Christopher <echristo@gmail.com> | 2015-03-12 06:07:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-03-12 06:07:16 +0000 |
commit | 234a1ec4040a6921907dc6f030ce6092b1812371 (patch) | |
tree | 625e5af5001477bd6f146a731ac7713228b4538d /llvm/lib/Target/PowerPC/PPCRegisterInfo.h | |
parent | 8bb838ac0766c6873a02a6ba8cd36181b7a09ccf (diff) | |
download | bcm5719-llvm-234a1ec4040a6921907dc6f030ce6092b1812371.tar.gz bcm5719-llvm-234a1ec4040a6921907dc6f030ce6092b1812371.zip |
Remove some unnecessary forward declarations and put a couple more
where they're supposed to reside.
llvm-svn: 232014
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h index 2c70898eae8..03421745e6f 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h @@ -22,10 +22,6 @@ #include "PPCGenRegisterInfo.inc" namespace llvm { -class PPCSubtarget; -class TargetInstrInfo; -class Type; - class PPCRegisterInfo : public PPCGenRegisterInfo { DenseMap<unsigned, unsigned> ImmToIdxMap; const PPCTargetMachine &TM; |