[llvm] r276060 - 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.

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 16:50:11 PDT 2016


Author: aaronballman
Date: Tue Jul 19 18:50:11 2016
New Revision: 276060

URL: http://llvm.org/viewvc/llvm-project?rev=276060&view=rev
Log:
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.

Modified:
    llvm/trunk/docs/BranchWeightMetadata.rst

Modified: llvm/trunk/docs/BranchWeightMetadata.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BranchWeightMetadata.rst?rev=276060&r1=276059&r2=276060&view=diff
==============================================================================
--- llvm/trunk/docs/BranchWeightMetadata.rst (original)
+++ llvm/trunk/docs/BranchWeightMetadata.rst Tue Jul 19 18:50:11 2016
@@ -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 bran
 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",




More information about the llvm-commits mailing list