[llvm] ff6dbb2 - Follow up of rGca243b07276a: fixed a typo. NFC.
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 02:54:08 PDT 2020
Author: Sjoerd Meijer
Date: 2020-08-27T10:53:41+01:00
New Revision: ff6dbb231923de7756f3370fa490aed3ce35787d
URL: https://github.com/llvm/llvm-project/commit/ff6dbb231923de7756f3370fa490aed3ce35787d
DIFF: https://github.com/llvm/llvm-project/commit/ff6dbb231923de7756f3370fa490aed3ce35787d.diff
LOG: Follow up of rGca243b07276a: fixed a typo. NFC.
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 157e1945966c..fdeb5d9b5196 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -16938,7 +16938,7 @@ indexed by ``i``, and ``%base``, ``%n`` are the two arguments to
``llvm.get.active.lane.mask.*``, ``%icmp`` is an integer compare and ``ult``
the unsigned less-than comparison operator. Overflow cannot occur in
``(%base + i)`` and its comparison against ``%n`` as it is performed in integer
-numbers and not in machine numbers. If ``%n`` is ``0``, then the result a
+numbers and not in machine numbers. If ``%n`` is ``0``, then the result is a
poison value. The above is equivalent to:
::
More information about the llvm-commits
mailing list