File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class ApplyRegBankMapping final : public GISelChangeObserver {
111
111
B.setChangeObserver (*this );
112
112
}
113
113
114
- ~ApplyRegBankMapping () {
114
+ ~ApplyRegBankMapping () override {
115
115
for (MachineInstr *MI : NewInsts)
116
116
applyBank (*MI);
117
117
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ class WaitcntGeneratorPreGFX12 : public WaitcntGenerator {
540
540
return WaitEventMaskForInstPreGFX12;
541
541
}
542
542
543
- virtual AMDGPU::Waitcnt getAllZeroWaitcnt (bool IncludeVSCnt) const override ;
543
+ AMDGPU::Waitcnt getAllZeroWaitcnt (bool IncludeVSCnt) const override ;
544
544
};
545
545
546
546
class WaitcntGeneratorGFX12Plus : public WaitcntGenerator {
@@ -575,7 +575,7 @@ class WaitcntGeneratorGFX12Plus : public WaitcntGenerator {
575
575
return WaitEventMaskForInstGFX12Plus;
576
576
}
577
577
578
- virtual AMDGPU::Waitcnt getAllZeroWaitcnt (bool IncludeVSCnt) const override ;
578
+ AMDGPU::Waitcnt getAllZeroWaitcnt (bool IncludeVSCnt) const override ;
579
579
};
580
580
581
581
class SIInsertWaitcnts : public MachineFunctionPass {
You can’t perform that action at this time.
0 commit comments