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.

llvm-svn: 276018
This commit is contained in:
Aaron Ballman 2016-07-19 20:20:03 +00:00
parent 3816c53f04
commit a0c1f40815
1 changed files with 2 additions and 2 deletions

View File

@ -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