mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
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<
|
||||
// 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],
|
||||
|
Loading…
Reference in New Issue
Block a user