[llvm] e565e2f - [NFC][AMDGPU] Fix typo.

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 23:31:04 PDT 2022


Author: Thomas
Date: 2022-08-20T08:30:42+02:00
New Revision: e565e2fa5c8ad898b1f5f120881a987f3657ce52

URL: https://github.com/llvm/llvm-project/commit/e565e2fa5c8ad898b1f5f120881a987f3657ce52
DIFF: https://github.com/llvm/llvm-project/commit/e565e2fa5c8ad898b1f5f120881a987f3657ce52.diff

LOG: [NFC][AMDGPU] Fix typo.

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp b/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
index 61ce83b30e004..84f73918bc38c 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.
   //


        


More information about the llvm-commits mailing list