Skip to content

Commit ad28ff7

Browse files
committed
Fixed syntax error that occured in the patch D104974
1 parent 15a1d7e commit ad28ff7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/GlobalISel/GenericOpcode.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ G_BR
765765
Unconditional branch
766766

767767
.. code-block:: none
768+
768769
G_BR %bb.<id>
769770
770771
G_BRCOND
@@ -773,6 +774,7 @@ G_BRCOND
773774
Conditional branch
774775

775776
.. code-block:: none
777+
776778
G_BRCOND %condition, %basicblock.<id>
777779
778780
G_BRINDIRECT
@@ -781,6 +783,7 @@ G_BRINDIRECT
781783
Indirect branch
782784

783785
.. code-block:: none
786+
784787
G_BRINDIRECT %src(p0)
785788
786789
G_BRJT
@@ -789,6 +792,7 @@ G_BRJT
789792
Indirect branch to jump table entry
790793

791794
.. code-block:: none
795+
792796
G_BRJT %ptr(p0), %jti, %idx(s64)
793797
794798
G_JUMP_TABLE

0 commit comments

Comments
 (0)