Fixed syntax error that occured in the patch D104974

This commit is contained in:
pooja2299 2021-07-31 13:20:43 +05:30
parent 15a1d7e839
commit ad28ff7164
1 changed files with 4 additions and 0 deletions

View File

@ -765,6 +765,7 @@ G_BR
Unconditional branch
.. code-block:: none
G_BR %bb.<id>
G_BRCOND
@ -773,6 +774,7 @@ G_BRCOND
Conditional branch
.. code-block:: none
G_BRCOND %condition, %basicblock.<id>
G_BRINDIRECT
@ -781,6 +783,7 @@ G_BRINDIRECT
Indirect branch
.. code-block:: none
G_BRINDIRECT %src(p0)
G_BRJT
@ -789,6 +792,7 @@ G_BRJT
Indirect branch to jump table entry
.. code-block:: none
G_BRJT %ptr(p0), %jti, %idx(s64)
G_JUMP_TABLE