[llvm] 7d98031 - [FEnv] Fix AddingConstrainedIntrinsics.rst after llvmorg-10-init-10282-g0c50c0b0552

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 23:09:32 PST 2019


Author: Fangrui Song
Date: 2019-11-19T23:09:13-08:00
New Revision: 7d980319ab241c68bf856c4ac0f3702f50c6c595

URL: https://github.com/llvm/llvm-project/commit/7d980319ab241c68bf856c4ac0f3702f50c6c595
DIFF: https://github.com/llvm/llvm-project/commit/7d980319ab241c68bf856c4ac0f3702f50c6c595.diff

LOG: [FEnv] Fix AddingConstrainedIntrinsics.rst after llvmorg-10-init-10282-g0c50c0b0552

Added: 
    

Modified: 
    llvm/docs/AddingConstrainedIntrinsics.rst

Removed: 
    


################################################################################
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.
 


        


More information about the llvm-commits mailing list