diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 8cc9036d1b67f..b922636d6c914 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -4776,8 +4776,8 @@ allowing the '``or``' to be folded to -1. %B = undef %C = undef -This set of examples shows that undefined '``select``' (and conditional -branch) conditions can go *either way*, but they have to come from one +This set of examples shows that undefined '``select``' +conditions can go *either way*, but they have to come from one of the two operands. In the ``%A`` example, if ``%X`` and ``%Y`` were both known to have a clear low bit, then ``%A`` would have to have a cleared low bit. However, in the ``%C`` example, the optimizer is