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/bugpoint.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/bugpoint.rst')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.rst b/llvm/docs/CommandGuide/bugpoint.rst index 2c66d104963..c1b3b6eca62 100644 --- a/llvm/docs/CommandGuide/bugpoint.rst +++ b/llvm/docs/CommandGuide/bugpoint.rst @@ -211,7 +211,7 @@ OPTIONS testcase and pass the name of an executable compile-command script in this form: - .. code-block:: perl + .. code-block:: sh #!/bin/sh llc "$@" |