Skip to content

Commit 4750fa3

Browse files
committed
Fix docs formatting
1 parent 7984716 commit 4750fa3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,13 @@ represented using target extension types:
279279

280280
.. table:: Inline SPIR-V Types
281281

282-
========================== =================== ==============================
283-
LLVM type name LLVM type arguments LLVM integer arguments
284-
========================== =================== ==============================
285-
``spirv.Type`` SPIR-V operands opcode, size, alignment
286-
``spirv.IntegralConstant`` integral type value
287-
``spirv.Literal`` (none) value
288-
========================== =================== ==============================
282+
========================== =================== =========================
283+
LLVM type name LLVM type arguments LLVM integer arguments
284+
========================== =================== =========================
285+
``spirv.Type`` SPIR-V operands opcode, size, alignment
286+
``spirv.IntegralConstant`` integral type value
287+
``spirv.Literal`` (none) value
288+
========================== =================== =========================
289289

290290
The operand arguments to ``spirv.Type`` may be either a ``spirv.IntegralConstant`` type,
291291
representing an ``OpConstant`` id operand, a ``spirv.Literal`` type, representing an immediate

0 commit comments

Comments
 (0)