mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 11:11:42 +00:00
This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11921/steps/docs-llvm-html/logs/stdio). Setting the code highlighting to none instead of llvm to hopefully get the bot stumbling back towards green.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75cca7a098
commit
de4fbfe935
@ -596,7 +596,7 @@ will be encoded as 1.
|
||||
|
||||
For example, instead of
|
||||
|
||||
.. code-block:: llvm
|
||||
.. code-block:: none
|
||||
|
||||
#n = load #n-1
|
||||
#n+1 = icmp eq #n, #const0
|
||||
@ -604,7 +604,7 @@ For example, instead of
|
||||
|
||||
version 1 will encode the instructions as
|
||||
|
||||
.. code-block:: llvm
|
||||
.. code-block:: none
|
||||
|
||||
#n = load #1
|
||||
#n+1 = icmp eq #1, (#n+1)-#const0
|
||||
|
Loading…
x
Reference in New Issue
Block a user