From 8e504615e9f1b27c06237a56ee786a16568851f1 Mon Sep 17 00:00:00 2001 From: Juneyoung Lee Date: Mon, 30 Nov 2020 23:09:36 +0900 Subject: [PATCH] [LangRef] missing link, minor fix --- llvm/docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index e359fc730515..1964f2416b8f 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -3667,12 +3667,12 @@ a poison value. Poison value behavior is defined in terms of value *dependence*: -- Values other than :ref:`phi ` nodes and :ref:`select ` - instructions depend on their operands. +- Values other than :ref:`phi ` nodes, :ref:`select `, and + :ref:`freeze ` instructions depend on their operands. - :ref:`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 ` 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 ` instructions depend on the :ref:`ret `