1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

Fix sphinx documentation warning.

llvm-svn: 358198
This commit is contained in:
Zachary Turner 2019-04-11 17:30:03 +00:00
parent 9fd01f4751
commit 2db27e25d9

View File

@ -71,7 +71,7 @@ switch in SelectionDAGLegalize::LegalizeOp().::
Other parts of the legalizer may need to be updated as well. Look for 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. 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 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 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 version of the node happens in SelectionDAG::mutateStrictFPToFP(). Be