Skip to content

Commit 37a3abe

Browse files
committed
Fix another error in documentation build.
1 parent f1403d6 commit 37a3abe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,14 +602,13 @@ such instructions has the following format:
602602
603603
Below, you will find the mappings between SPIR-V instruction and their corresponding
604604
LLVM IR representations.
605-
606605
+--------------------+---------------------------------------------------------+
607606
| SPIR-V instruction | LLVM IR |
608607
+====================+=========================================================+
609608
| OpExecutionMode | .. code-block:: llvm |
610609
| | |
611610
| | !spirv.ExecutionMode = !{!0} |
612-
| | !0 = !{void @worker, i32 30, i32 262149} |
611+
| | !0 = !{void @worker, i32 30, i32 262149} |
613612
| | ; Set execution mode with id 30 (VecTypeHint) and |
614613
| | ; literal `262149` operand. |
615614
+--------------------+---------------------------------------------------------+

0 commit comments

Comments
 (0)