[llvm] r358198 - Fix sphinx documentation warning.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 10:30:03 PDT 2019
Author: zturner
Date: Thu Apr 11 10:30:03 2019
New Revision: 358198
URL: http://llvm.org/viewvc/llvm-project?rev=358198&view=rev
Log:
Fix sphinx documentation warning.
Modified:
llvm/trunk/docs/AddingConstrainedIntrinsics.rst
Modified: llvm/trunk/docs/AddingConstrainedIntrinsics.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AddingConstrainedIntrinsics.rst?rev=358198&r1=358197&r2=358198&view=diff
==============================================================================
--- llvm/trunk/docs/AddingConstrainedIntrinsics.rst (original)
+++ llvm/trunk/docs/AddingConstrainedIntrinsics.rst Thu Apr 11 10:30:03 2019
@@ -71,7 +71,7 @@ switch in SelectionDAGLegalize::Legalize
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
More information about the llvm-commits
mailing list