mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 23:06:41 +00:00
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:
parent
4c36df5f29
commit
7d5839670f
@ -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 ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user