[llvm] 0d82980 - [docs] Fix the GlobalISel/GenericOpcode.rst

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 01:31:54 PST 2021


Author: Djordje Todorovic
Date: 2021-02-19T10:31:31+01:00
New Revision: 0d829802969fc455c41ee27ec08fb1f8db1321d9

URL: https://github.com/llvm/llvm-project/commit/0d829802969fc455c41ee27ec08fb1f8db1321d9
DIFF: https://github.com/llvm/llvm-project/commit/0d829802969fc455c41ee27ec08fb1f8db1321d9.diff

LOG: [docs] Fix the GlobalISel/GenericOpcode.rst

This couses docs build to fail.
Introduced with D96890.

Added: 
    

Modified: 
    llvm/docs/GlobalISel/GenericOpcode.rst

Removed: 
    


################################################################################
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.


        


More information about the llvm-commits mailing list