Skip to content

Commit

Permalink
[LangRef] fix typo in select poison explanation; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
rotateright committed Mar 18, 2020
1 parent f18233d commit d806145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Expand Up @@ -3483,7 +3483,7 @@ Poison value behavior is defined in terms of value *dependence*:
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
their dynamic predecessor basic block.
- Select instructions depend on their condition operand and their
select operand.
selected operand.
- Function arguments depend on the corresponding actual argument values
in the dynamic callers of their functions.
- :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`
Expand Down

0 comments on commit d806145

Please sign in to comment.