summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-07-19 23:50:11 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-07-19 23:50:11 +0000
commitb930c84368c758ec31a366833cdfc21eea06e534 (patch)
tree72b83eafe2abe29923850cafb895867714c7ece2 /llvm
parent331d21599dc6a1fbcb19155ae532fda7c3449b4f (diff)
downloadbcm5719-llvm-b930c84368c758ec31a366833cdfc21eea06e534.tar.gz
bcm5719-llvm-b930c84368c758ec31a366833cdfc21eea06e534.zip
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
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/BranchWeightMetadata.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/BranchWeightMetadata.rst b/llvm/docs/BranchWeightMetadata.rst
index 6cbcb0f0fb2..9e61d232d74 100644
--- a/llvm/docs/BranchWeightMetadata.rst
+++ b/llvm/docs/BranchWeightMetadata.rst
@@ -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",
OpenPOWER on IntegriCloud