Skip to content

Commit 528b01e

Browse files
author
Zachary Turner
committed
Fix sphinx documentation warning.
llvm-svn: 358198
1 parent 4afa6dc commit 528b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/AddingConstrainedIntrinsics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ switch in SelectionDAGLegalize::LegalizeOp().::
7171
Other parts of the legalizer may need to be updated as well. Look for
7272
places where the non-STRICT counterpart is legalized and update as needed.
7373
Be careful of the chain since STRICT nodes use it but their counterparts
74-
often don't.::
74+
often don't.
7575

7676
The code to do the conversion or mutation of the STRICT node to a non-STRICT
7777
version of the node happens in SelectionDAG::mutateStrictFPToFP(). Be

0 commit comments

Comments
 (0)