From 002c6c1187d642fd920758973154e4a856acefb0 Mon Sep 17 00:00:00 2001 From: Sushma Unnibhavi Date: Sun, 11 Apr 2021 12:23:20 +0530 Subject: [PATCH] Typo fix Reviewed By: dsanders Differential Revision: https://reviews.llvm.org/D100254 --- llvm/docs/GlobalISel/GenericOpcode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/GlobalISel/GenericOpcode.rst b/llvm/docs/GlobalISel/GenericOpcode.rst index 331efd242caf..0ceaa5b6f849 100644 --- a/llvm/docs/GlobalISel/GenericOpcode.rst +++ b/llvm/docs/GlobalISel/GenericOpcode.rst @@ -777,7 +777,7 @@ G_DYN_STACKALLOC ^^^^^^^^^^^^^^^^ Dynamically realigns the stack pointer to the specified size and alignment. -An alignment value of `0` or `1` mean no specific alignment. +An alignment value of `0` or `1` means no specific alignment. .. code-block:: none @@ -792,7 +792,7 @@ hints for various combines. G_ASSERT_SEXT, G_ASSERT_ZEXT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -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 smaller type. The smaller type is denoted using an immediate operand. For scalars, this is the