forked from OSchip/llvm-project
[LangRef] missing link, minor fix
This commit is contained in:
parent
9c49dcc356
commit
8e504615e9
|
@ -3667,12 +3667,12 @@ a poison value.
|
||||||
|
|
||||||
Poison value behavior is defined in terms of value *dependence*:
|
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, :ref:`select <i_select>`, and
|
||||||
instructions depend on their operands.
|
:ref:`freeze <i_freeze>` instructions depend on their operands.
|
||||||
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
|
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
|
||||||
their dynamic predecessor basic block.
|
their dynamic predecessor basic block.
|
||||||
- Select instructions depend on their condition operand and their
|
- :ref:`Select <i_select>` instructions depend on their condition operand and
|
||||||
selected operand.
|
their selected operand.
|
||||||
- Function arguments depend on the corresponding actual argument values
|
- Function arguments depend on the corresponding actual argument values
|
||||||
in the dynamic callers of their functions.
|
in the dynamic callers of their functions.
|
||||||
- :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`
|
- :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`
|
||||||
|
|
Loading…
Reference in New Issue