summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Todorovic <djordje.todorovic@syrmia.com>2021-02-19 10:28:38 +0100
committerDjordje Todorovic <djolertrk@gmail.com>2021-02-19 10:31:31 +0100
commit0d829802969fc455c41ee27ec08fb1f8db1321d9 (patch)
tree760f171fcd55ede782cbd1edb97cb33a3a5e6306
parentc98644c2ece2f00da5e4510d6fbd07ef89263220 (diff)
downloadllvm-0d829802969fc455c41ee27ec08fb1f8db1321d9.tar.gz
[docs] Fix the GlobalISel/GenericOpcode.rst
This couses docs build to fail. Introduced with D96890.
-rw-r--r--llvm/docs/GlobalISel/GenericOpcode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GlobalISel/GenericOpcode.rst b/llvm/docs/GlobalISel/GenericOpcode.rst
index fbc3669a5e5d..41ee1f795768 100644
--- a/llvm/docs/GlobalISel/GenericOpcode.rst
+++ b/llvm/docs/GlobalISel/GenericOpcode.rst
@@ -743,7 +743,7 @@ These instructions do not correspond to any target instructions. They act as
hints for various combines.
G_ASSERT_SEXT, G_ASSERT_ZEXT
-^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Signifies that the contents of a register were previously extended from a
smaller type.