Skip to content

Commit

Permalink
[LangRef] fix formatting tick; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
rotateright committed Mar 18, 2020
1 parent faba1d0 commit acaf144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Expand Up @@ -3478,7 +3478,7 @@ the ``nsw`` flag.

Poison value behavior is defined in terms of value *dependence*:

- Values other than :ref:`phi <i_phi>` nodes and :ref:`select <i_select>'
- Values other than :ref:`phi <i_phi>` nodes and :ref:`select <i_select>`
instructions depend on their operands.
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
their dynamic predecessor basic block.
Expand Down

0 comments on commit acaf144

Please sign in to comment.