]> granicus.if.org Git - llvm/commitdiff
Fix sphinx documentation warning.
authorZachary Turner <zturner@google.com>
Thu, 11 Apr 2019 17:30:03 +0000 (17:30 +0000)
committerZachary Turner <zturner@google.com>
Thu, 11 Apr 2019 17:30:03 +0000 (17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358198 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddingConstrainedIntrinsics.rst

index 047b419c25b3e897d4c960e49ba80140c95a58de..672ce31f52a3e4d4a1fafdc9174e1bfcc5a629f5 100644 (file)
@@ -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