We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b0542 commit 002c6c1Copy full SHA for 002c6c1
llvm/docs/GlobalISel/GenericOpcode.rst
@@ -777,7 +777,7 @@ G_DYN_STACKALLOC
777
^^^^^^^^^^^^^^^^
778
779
Dynamically realigns the stack pointer to the specified size and alignment.
780
-An alignment value of `0` or `1` mean no specific alignment.
+An alignment value of `0` or `1` means no specific alignment.
781
782
.. code-block:: none
783
@@ -792,7 +792,7 @@ hints for various combines.
792
G_ASSERT_SEXT, G_ASSERT_ZEXT
793
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
794
795
-Signifies that the contents of a register were previously extended from a
+This signifies that the contents of a register were previously extended from a
796
smaller type.
797
798
The smaller type is denoted using an immediate operand. For scalars, this is the
0 commit comments