diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-12 15:45:07 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-06-12 15:45:07 +0000 |
| commit | a99fa5b062df7743dcd35e602e98e8ad547895a2 (patch) | |
| tree | 863c4262242a7df61901477627030429275708eb /llvm/docs/CommandGuide/opt.rst | |
| parent | d7aeefebd6b049f017711cd7c6ef5f217a17b673 (diff) | |
| download | bcm5719-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.rst | 4 |
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 |

