Skip to content

Commit 8e50461

Browse files
committed
[LangRef] missing link, minor fix
1 parent 9c49dcc commit 8e50461

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/LangRef.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,12 +3667,12 @@ a poison value.
36673667

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

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.
36723672
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
36733673
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.
36763676
- Function arguments depend on the corresponding actual argument values
36773677
in the dynamic callers of their functions.
36783678
- :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`

0 commit comments

Comments
 (0)