Try to fix sphinx "Could not lex literal_block as "llvm"" warning.

Code block isn't IR - so treat it as "none" instead.
This commit is contained in:
Simon Pilgrim 2019-11-09 22:15:26 +00:00
parent 4c36df5f29
commit 7d5839670f

View File

@ -165,7 +165,7 @@ involved in a bug.
Once the critical blocks have been identified, you can further increase the
resolution to the critical instructions by splitting the blocks like from:
.. code-block:: llvm
.. code-block:: none
bb1:
... instructions group 1 ...
@ -173,7 +173,7 @@ resolution to the critical instructions by splitting the blocks like from:
into:
.. code-block:: llvm
.. code-block:: none
bb1:
... instructions group 1 ...