summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AddingConstrainedIntrinsics.rst
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2019-04-11 17:30:03 +0000
committerZachary Turner <zturner@google.com>2019-04-11 17:30:03 +0000
commit528b01e998474ac3ada4c5dcc1b99c1d594b0d37 (patch)
tree17277186744180084131c5a467064949bd7a21b9 /llvm/docs/AddingConstrainedIntrinsics.rst
parent4afa6dcabe684c3007ea5fa96feb7d278f57ad0d (diff)
downloadbcm5719-llvm-528b01e998474ac3ada4c5dcc1b99c1d594b0d37.tar.gz
bcm5719-llvm-528b01e998474ac3ada4c5dcc1b99c1d594b0d37.zip
Fix sphinx documentation warning.
llvm-svn: 358198
Diffstat (limited to 'llvm/docs/AddingConstrainedIntrinsics.rst')
-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 047b419c25b..672ce31f52a 100644
--- a/llvm/docs/AddingConstrainedIntrinsics.rst
+++ b/llvm/docs/AddingConstrainedIntrinsics.rst
@@ -71,7 +71,7 @@ switch in SelectionDAGLegalize::LegalizeOp().::
Other parts of the legalizer may need to be updated as well. Look for
places where the non-STRICT counterpart is legalized and update as needed.
Be careful of the chain since STRICT nodes use it but their counterparts
-often don't.::
+often don't.
The code to do the conversion or mutation of the STRICT node to a non-STRICT
version of the node happens in SelectionDAG::mutateStrictFPToFP(). Be
OpenPOWER on IntegriCloud