forked from OSchip/llvm-project
AMDGPU: Fix repeated word in comment
This commit is contained in:
parent
f9677c4757
commit
4af6866708
|
@ -218,7 +218,7 @@ def int_amdgcn_s_waitcnt : GCCBuiltin<"__builtin_amdgcn_s_waitcnt">,
|
||||||
def int_amdgcn_div_scale : Intrinsic<
|
def int_amdgcn_div_scale : Intrinsic<
|
||||||
// 1st parameter: Numerator
|
// 1st parameter: Numerator
|
||||||
// 2nd parameter: Denominator
|
// 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).
|
// second. (0 = first, 1 = second).
|
||||||
[llvm_anyfloat_ty, llvm_i1_ty],
|
[llvm_anyfloat_ty, llvm_i1_ty],
|
||||||
[LLVMMatchType<0>, LLVMMatchType<0>, llvm_i1_ty],
|
[LLVMMatchType<0>, LLVMMatchType<0>, llvm_i1_ty],
|
||||||
|
|
Loading…
Reference in New Issue