Skip to content

Commit 0a0b652

Browse files
committed
Fix typo
1 parent 39ddc2b commit 0a0b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/DirectX/DXILOpTableGenDesign.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TableGen representations of its properties described above.
145145
Intrinsic LLVMIntrinsic = ?;
146146
147147
// Result type of the op.
148-
list<LLVMType> result = [];
148+
LLVMType> result;
149149
150150
// List of argument types of the op. Default to 0 arguments.
151151
list<LLVMType> arguments = [];

0 commit comments

Comments
 (0)