diff options
Diffstat (limited to 'llvm/docs/GlobalISel.rst')
-rw-r--r-- | llvm/docs/GlobalISel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GlobalISel.rst b/llvm/docs/GlobalISel.rst index 52ca9a02ba5..ecdfc6dc2bd 100644 --- a/llvm/docs/GlobalISel.rst +++ b/llvm/docs/GlobalISel.rst @@ -307,7 +307,7 @@ validity of the intermediate code, instructions are introduced: * ``G_SEQUENCE`` --- concatenate multiple registers into a single wider register. -* ``G_EXTRACT`` --- extract multiple registers (as contiguous sequences of bits) +* ``G_EXTRACT`` --- extract a simple register (as contiguous sequences of bits) from a single wider register. As they are expected to be temporary byproducts of the legalization process, |