Skip to content

Commit 35a509d

Browse files
committed
[llvm][docs] Correct named metadata name in example code block (NFC)
llvm.module.flag => llvm.module.flags
1 parent 1ae837a commit 35a509d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/NVPTXUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ The following sets the ftz flag to 1.
360360

361361
.. code-block:: llvm
362362
363-
!llvm.module.flag = !{!0}
363+
!llvm.module.flags = !{!0}
364364
!0 = !{i32 4, !"nvvm-reflect-ftz", i32 1}
365365
366366
(``i32 4`` indicates that the value set here overrides the value in another

0 commit comments

Comments
 (0)