Skip to content

Commit

Permalink
SIRegisterInfo.h - remove unnecessary MachineRegisterInfo forward dec…
Browse files Browse the repository at this point in the history
…laration. NFC.

We already need to include MachineRegisterInfo.h
  • Loading branch information
RKSimon committed Apr 24, 2020
1 parent e5fe6cc commit d040597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AMDGPU/SIRegisterInfo.h
Expand Up @@ -24,7 +24,6 @@ namespace llvm {

class GCNSubtarget;
class LiveIntervals;
class MachineRegisterInfo;
class SIMachineFunctionInfo;

class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
Expand Down

0 comments on commit d040597

Please sign in to comment.