aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2019-11-19 23:09:07 -0800
committerFangrui Song <i@maskray.me>2019-11-19 23:09:13 -0800
commit7d980319ab241c68bf856c4ac0f3702f50c6c595 (patch)
treed1c8ddd432bd767803e70fedc485227a53852494 /llvm
parent0c50c0b0552edf9f375a32eea5e4d254dc4c7e5c (diff)
downloadllvm-7d980319ab241c68bf856c4ac0f3702f50c6c595.zip
llvm-7d980319ab241c68bf856c4ac0f3702f50c6c595.tar.gz
llvm-7d980319ab241c68bf856c4ac0f3702f50c6c595.tar.bz2
[FEnv] Fix AddingConstrainedIntrinsics.rst after llvmorg-10-init-10282-g0c50c0b0552
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/AddingConstrainedIntrinsics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AddingConstrainedIntrinsics.rst b/llvm/docs/AddingConstrainedIntrinsics.rst
index 0dbc8f32..a6acb6b 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.