[llvm] ee76137 - [AMDGPU][NFC] Fix typo in commment: replace SiMemOpInfo by SIMemOpInfo

Juan Manuel MARTINEZ CAAMAÑO via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 07:45:36 PDT 2022


Author: Juan Manuel MARTINEZ CAAMAÑO
Date: 2022-09-02T16:45:10+02:00
New Revision: ee761374f797a47919ec8f9f49f9b8b1b20573e8

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

LOG: [AMDGPU][NFC] Fix typo in commment: replace SiMemOpInfo by SIMemOpInfo

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp b/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
index 6b93769949bc8..b4d812df74380 100644
--- a/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
@@ -172,13 +172,13 @@ class SIMemOpInfo final {
   }
 
   /// \returns The address spaces be accessed by the machine
-  /// instruction used to create this SiMemOpInfo.
+  /// instruction used to create this SIMemOpInfo.
   SIAtomicAddrSpace getInstrAddrSpace() const {
     return InstrAddrSpace;
   }
 
   /// \returns The address spaces that must be ordered by the machine
-  /// instruction used to create this SiMemOpInfo.
+  /// instruction used to create this SIMemOpInfo.
   SIAtomicAddrSpace getOrderingAddrSpace() const {
     return OrderingAddrSpace;
   }


        


More information about the llvm-commits mailing list