diff options
Diffstat (limited to 'llvm/lib/Target/R600/AMDGPUFrameLowering.h')
-rw-r--r-- | llvm/lib/Target/R600/AMDGPUFrameLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUFrameLowering.h b/llvm/lib/Target/R600/AMDGPUFrameLowering.h index ad5de7c309a..d18ede5004e 100644 --- a/llvm/lib/Target/R600/AMDGPUFrameLowering.h +++ b/llvm/lib/Target/R600/AMDGPUFrameLowering.h @@ -33,7 +33,7 @@ public: /// \returns The number of 32-bit sub-registers that are used when storing /// values to the stack. - virtual unsigned getStackWidth(const MachineFunction &MF) const final; + unsigned getStackWidth(const MachineFunction &MF) const; int getFrameIndexOffset(const MachineFunction &MF, int FI) const override; const SpillSlot * getCalleeSavedSpillSlots(unsigned &NumEntries) const override; |