[llvm] 3ff8ee2 - [NFC] Fix typo

via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 12:12:04 PDT 2022


Author: jeff
Date: 2022-05-10T12:11:21-07:00
New Revision: 3ff8ee2447eca4d33aa037b2b0782ae24b410d18

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

LOG: [NFC] Fix typo

Reviewed By: kerbowa

Differential Revision: https://reviews.llvm.org/D124647

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp b/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
index afc8fd3a9f1f6..dd0fd5fc9f984 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -968,7 +968,7 @@ void AMDGPUPassConfig::addIRPasses() {
   addPass(createAlwaysInlinerLegacyPass());
   // We need to add the barrier noop pass, otherwise adding the function
   // inlining pass will cause all of the PassConfigs passes to be run
-  // one function at a time, which means if we have a nodule with two
+  // one function at a time, which means if we have a module with two
   // functions, then we will generate code for the first function
   // without ever running any passes on the second.
   addPass(createBarrierNoopPass());


        


More information about the llvm-commits mailing list