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/Sparc | |
| 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/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcRegisterInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Sparc/SparcRegisterInfo.h b/llvm/lib/Target/Sparc/SparcRegisterInfo.h index 1f9ca2ff277..764a894fe9a 100644 --- a/llvm/lib/Target/Sparc/SparcRegisterInfo.h +++ b/llvm/lib/Target/Sparc/SparcRegisterInfo.h @@ -20,10 +20,6 @@ #include "SparcGenRegisterInfo.inc" namespace llvm { - -class TargetInstrInfo; -class Type; - struct SparcRegisterInfo : public SparcGenRegisterInfo { SparcRegisterInfo(); |

