aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-09-25 22:03:05 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-09-25 22:03:05 +0000
commit17f687fd5a22905a8e56e1e1d12af8ff3c699576 (patch)
treec6e223c323e759e206fcb846982cc8ebba6438a7 /docs
parent33e9c8a07773b7aa68bfa7d53275d1cf82875b96 (diff)
downloadllvm-17f687fd5a22905a8e56e1e1d12af8ff3c699576.tar.gz
[GlobalISel] Update the documentation for G_SEQUENCE
This instruction has been removed in r306120. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GlobalISel.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/GlobalISel.rst b/docs/GlobalISel.rst
index ecdfc6dc2bd..52952d014c4 100644
--- a/docs/GlobalISel.rst
+++ b/docs/GlobalISel.rst
@@ -304,8 +304,6 @@ As opposed to SelectionDAG, there are no legalization phases. In particular,
Legalization is iterative, and all state is contained in GMIR. To maintain the
validity of the intermediate code, instructions are introduced:
-* ``G_SEQUENCE`` --- concatenate multiple registers into a single wider
- register.
* ``G_EXTRACT`` --- extract a simple register (as contiguous sequences of bits)
from a single wider register.