diff --git a/llvm/docs/AddingConstrainedIntrinsics.rst b/llvm/docs/AddingConstrainedIntrinsics.rst index 0dbc8f32a60e..a6acb6b51536 100644 --- a/llvm/docs/AddingConstrainedIntrinsics.rst +++ b/llvm/docs/AddingConstrainedIntrinsics.rst @@ -24,7 +24,7 @@ Add the new STRICT version of the node type to the ISD::NodeType enum:: include/llvm/CodeGen/ISDOpcodes.h -Strict version name must be a concatenation of prefix "STRICT_" and the name +Strict version name must be a concatenation of prefix ``STRICT_`` and the name of corresponding non-strict node name. For instance, strict version of the node FADD must be STRICT_FADD.