summaryrefslogtreecommitdiffstats
path: root/llvm/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
commita99fa5b062df7743dcd35e602e98e8ad547895a2 (patch)
tree863c4262242a7df61901477627030429275708eb /llvm/docs/CommandGuide/opt.rst
parentd7aeefebd6b049f017711cd7c6ef5f217a17b673 (diff)
downloadbcm5719-llvm-a99fa5b062df7743dcd35e602e98e8ad547895a2.tar.gz
bcm5719-llvm-a99fa5b062df7743dcd35e602e98e8ad547895a2.zip
Use correct syntax highliter in code blocks. Noticed by Sean Silva.
llvm-svn: 158359
Diffstat (limited to 'llvm/docs/CommandGuide/opt.rst')
-rw-r--r--llvm/docs/CommandGuide/opt.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/opt.rst b/llvm/docs/CommandGuide/opt.rst
index 31e57168075..72f19034c9e 100644
--- a/llvm/docs/CommandGuide/opt.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud