AMDGPU: Fix repeated word in comment

This commit is contained in:
Matt Arsenault 2019-12-20 21:05:51 +05:30 committed by Matt Arsenault
parent f9677c4757
commit 4af6866708

View File

@ -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],