[LangRef] missing link, minor fix

This commit is contained in:
Juneyoung Lee 2020-11-30 23:09:36 +09:00
parent 9c49dcc356
commit 8e504615e9
1 changed files with 4 additions and 4 deletions

View File

@ -3667,12 +3667,12 @@ a poison value.
Poison value behavior is defined in terms of value *dependence*:
- Values other than :ref:`phi <i_phi>` nodes and :ref:`select <i_select>`
instructions depend on their operands.
- Values other than :ref:`phi <i_phi>` nodes, :ref:`select <i_select>`, and
:ref:`freeze <i_freeze>` instructions depend on their operands.
- :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
selected operand.
- :ref:`Select <i_select>` instructions depend on their condition operand and
their 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>`