[llvm] acaf144 - [LangRef] fix formatting tick; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 14:27:12 PDT 2020
Author: Sanjay Patel
Date: 2020-03-18T17:26:41-04:00
New Revision: acaf1442226ac1871a6df35fea032a2aef32567a
URL: https://github.com/llvm/llvm-project/commit/acaf1442226ac1871a6df35fea032a2aef32567a
DIFF: https://github.com/llvm/llvm-project/commit/acaf1442226ac1871a6df35fea032a2aef32567a.diff
LOG: [LangRef] fix formatting tick; NFC
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 19f3c3b1d7a3..d8fd523c9385 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3478,7 +3478,7 @@ the ``nsw`` flag.
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 and :ref:`select <i_select>`
instructions depend on their operands.
- :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
their dynamic predecessor basic block.
More information about the llvm-commits
mailing list