Skip to content

Commit 7d98031

Browse files
committed
[FEnv] Fix AddingConstrainedIntrinsics.rst after llvmorg-10-init-10282-g0c50c0b0552
1 parent 0c50c0b commit 7d98031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/AddingConstrainedIntrinsics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the new STRICT version of the node type to the ISD::NodeType enum::
2424

2525
include/llvm/CodeGen/ISDOpcodes.h
2626

27-
Strict version name must be a concatenation of prefix "STRICT_" and the name
27+
Strict version name must be a concatenation of prefix ``STRICT_`` and the name
2828
of corresponding non-strict node name. For instance, strict version of the
2929
node FADD must be STRICT_FADD.
3030

0 commit comments

Comments
 (0)