Skip to content

Commit bf07a56

Browse files
authored
[LangRef] Remove extra commas of llvm.vp.ctlz (#117542)
1 parent ebcaa57 commit bf07a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25291,7 +25291,7 @@ Examples:
2529125291

2529225292
.. code-block:: llvm
2529325293

25294-
%r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, , i1 false, <4 x i1> %mask, i32 %evl)
25294+
%r = call <4 x i32> @llvm.vp.ctlz.v4i32(<4 x i32> %a, i1 false, <4 x i1> %mask, i32 %evl)
2529525295
;; For all lanes below %evl, %r is lane-wise equivalent to %also.r
2529625296

2529725297
%t = call <4 x i32> @llvm.ctlz.v4i32(<4 x i32> %a, i1 false)

0 commit comments

Comments
 (0)