summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/opt.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-12 15:45:07 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-12 15:45:07 +0000
commit0d887a09421e40faadb67f1cfdfd81e5ba7bbed2 (patch)
tree58b5d38b91d7255384d376f1ca16f6954656b37b /docs/CommandGuide/opt.rst
parentc038a7833565ecf92a699371d448135a097c9e2f (diff)
downloadllvm-0d887a09421e40faadb67f1cfdfd81e5ba7bbed2.tar.gz
llvm-0d887a09421e40faadb67f1cfdfd81e5ba7bbed2.tar.bz2
llvm-0d887a09421e40faadb67f1cfdfd81e5ba7bbed2.tar.xz
Use correct syntax highliter in code blocks. Noticed by Sean Silva.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.rst')
-rw-r--r--docs/CommandGuide/opt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/opt.rst b/docs/CommandGuide/opt.rst
index 31e5716807..72f19034c9 100644
--- a/docs/CommandGuide/opt.rst
+++ b/docs/CommandGuide/opt.rst
@@ -86,7 +86,7 @@ OPTIONS
of options available, use the following command:
- .. code-block:: perl
+ .. code-block:: sh
llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments
@@ -161,7 +161,7 @@ OPTIONS
optimizations, use the **-help** and **-load** options together. For example:
- .. code-block:: perl
+ .. code-block:: sh
opt -load=plugin.so -help