Skip to content

Commit b930c84

Browse files
committed
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
1 parent 331d215 commit b930c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/BranchWeightMetadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Supported Instructions
2929
Metadata is only assigned to the conditional branches. There are two extra
3030
operands for the true and the false branch.
3131

32-
.. code-block:: llvm
32+
.. code-block:: none
3333
3434
!0 = metadata !{
3535
metadata !"branch_weights",
@@ -43,7 +43,7 @@ operands for the true and the false branch.
4343
Branch weights are assigned to every case (including the ``default`` case which
4444
is always case #0).
4545

46-
.. code-block:: llvm
46+
.. code-block:: none
4747
4848
!0 = metadata !{
4949
metadata !"branch_weights",
@@ -56,7 +56,7 @@ is always case #0).
5656

5757
Branch weights are assigned to every destination.
5858

59-
.. code-block:: llvm
59+
.. code-block:: none
6060
6161
!0 = metadata !{
6262
metadata !"branch_weights",

0 commit comments

Comments
 (0)