diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp b/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp index 61ce83b30e00..84f73918bc38 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp +++ b/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp @@ -22,7 +22,7 @@ AMDGPUFrameLowering::~AMDGPUFrameLowering() = default; unsigned AMDGPUFrameLowering::getStackWidth(const MachineFunction &MF) const { // XXX: Hardcoding to 1 for now. // - // I think the StackWidth should stored as metadata associated with the + // I think the StackWidth should be stored as metadata associated with the // MachineFunction. This metadata can either be added by a frontend, or // calculated by a R600 specific LLVM IR pass. // |
