1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11925/steps/docs-llvm-html/logs/stdio). Setting the code highlighting to none instead of llvm.

llvm-svn: 276060
This commit is contained in:
Aaron Ballman 2016-07-19 23:50:11 +00:00
parent a636e42b86
commit 7afb153427

View File

@ -29,7 +29,7 @@ Supported Instructions
Metadata is only assigned to the conditional branches. There are two extra
operands for the true and the false branch.
.. code-block:: llvm
.. code-block:: none
!0 = metadata !{
metadata !"branch_weights",
@ -43,7 +43,7 @@ operands for the true and the false branch.
Branch weights are assigned to every case (including the ``default`` case which
is always case #0).
.. code-block:: llvm
.. code-block:: none
!0 = metadata !{
metadata !"branch_weights",
@ -56,7 +56,7 @@ is always case #0).
Branch weights are assigned to every destination.
.. code-block:: llvm
.. code-block:: none
!0 = metadata !{
metadata !"branch_weights",