[llvm] 4af6866 - AMDGPU: Fix repeated word in comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 01:57:45 PST 2019


Author: Matt Arsenault
Date: 2019-12-21T04:57:35-05:00
New Revision: 4af68667088cca5342babd1be4a72731f472bf25

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

LOG: AMDGPU: Fix repeated word in comment

Added: 
    

Modified: 
    llvm/include/llvm/IR/IntrinsicsAMDGPU.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
index ab6ee7f92dd1..07ca3a9229d6 100644
--- a/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+++ b/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
@@ -218,7 +218,7 @@ def int_amdgcn_s_waitcnt : GCCBuiltin<"__builtin_amdgcn_s_waitcnt">,
 def int_amdgcn_div_scale : Intrinsic<
   // 1st parameter: Numerator
   // 2nd parameter: Denominator
-  // 3rd parameter: Constant to select select between first and
+  // 3rd parameter: Constant to select between first and
   //                second. (0 = first, 1 = second).
   [llvm_anyfloat_ty, llvm_i1_ty],
   [LLVMMatchType<0>, LLVMMatchType<0>, llvm_i1_ty],


        


More information about the llvm-commits mailing list