File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3667,12 +3667,12 @@ a poison value.
3667
3667
3668
3668
Poison value behavior is defined in terms of value *dependence*:
3669
3669
3670
- - Values other than :ref:`phi <i_phi>` nodes and :ref:`select <i_select>`
3671
- instructions depend on their operands.
3670
+ - Values other than :ref:`phi <i_phi>` nodes, :ref:`select <i_select>`, and
3671
+ :ref:`freeze <i_freeze>` instructions depend on their operands.
3672
3672
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
3673
3673
their dynamic predecessor basic block.
3674
- - Select instructions depend on their condition operand and their
3675
- selected operand.
3674
+ - :ref:` Select <i_select>` instructions depend on their condition operand and
3675
+ their selected operand.
3676
3676
- Function arguments depend on the corresponding actual argument values
3677
3677
in the dynamic callers of their functions.
3678
3678
- :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`
You can’t perform that action at this time.
0 commit comments