SIRegisterInfo.h - remove unnecessary MachineRegisterInfo forward declaration. NFC.

We already need to include MachineRegisterInfo.h
This commit is contained in:
Simon Pilgrim 2020-04-24 12:43:46 +01:00
parent e5fe6cc251
commit d04059778e
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ namespace llvm {
class GCNSubtarget;
class LiveIntervals;
class MachineRegisterInfo;
class SIMachineFunctionInfo;
class SIRegisterInfo final : public AMDGPUGenRegisterInfo {