[llvm] d806145 - [LangRef] fix typo in select poison explanation; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 15:59:23 PDT 2020


Author: Sanjay Patel
Date: 2020-03-18T18:59:14-04:00
New Revision: d8061456bcc111c0f4f7806d84283ae78c7b3e30

URL: https://github.com/llvm/llvm-project/commit/d8061456bcc111c0f4f7806d84283ae78c7b3e30
DIFF: https://github.com/llvm/llvm-project/commit/d8061456bcc111c0f4f7806d84283ae78c7b3e30.diff

LOG: [LangRef] fix typo in select poison explanation; NFC

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index d8fd523c9385..c4d92febc579 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3483,7 +3483,7 @@ Poison value behavior is defined in terms of value *dependence*:
 -  :ref:`Phi <i_phi>` nodes depend on the operand corresponding to
    their dynamic predecessor basic block.
 -  Select instructions depend on their condition operand and their
-   select operand.
+   selected operand.
 -  Function arguments depend on the corresponding actual argument values
    in the dynamic callers of their functions.
 -  :ref:`Call <i_call>` instructions depend on the :ref:`ret <i_ret>`


        


More information about the llvm-commits mailing list