diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-11-29 12:00:32 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-11-29 12:00:32 +0000 |
commit | 194d3685eca281a68aef38e19c17c2dd86850935 (patch) | |
tree | c8aec764080711bce0f3633b7572885c1d6a6910 /llvm/docs/CommandGuide/bugpoint.rst | |
parent | c2b2b75bd511143568bd1fcc16e15d7f67e1dfb8 (diff) | |
download | bcm5719-llvm-194d3685eca281a68aef38e19c17c2dd86850935.tar.gz bcm5719-llvm-194d3685eca281a68aef38e19c17c2dd86850935.zip |
Documentation: use correct highlighter
llvm-svn: 168871
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.rst')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.rst b/llvm/docs/CommandGuide/bugpoint.rst index 66eba743d84..e4663e5d447 100644 --- a/llvm/docs/CommandGuide/bugpoint.rst +++ b/llvm/docs/CommandGuide/bugpoint.rst @@ -37,7 +37,7 @@ OPTIONS Pass all arguments specified after **--args** to the test program whenever it runs. Note that if any of the *program args* start with a "``-``", you should use: - .. code-block:: perl + .. code-block:: bash bugpoint [bugpoint args] --args -- [program args] @@ -51,7 +51,7 @@ OPTIONS (**llc**, **lli**, etc.) whenever it runs. You should use this option in the following way: - .. code-block:: perl + .. code-block:: bash bugpoint [bugpoint args] --tool-args -- [tool args] @@ -108,7 +108,7 @@ OPTIONS optimizations, use the **-help** and **--load** options together; for example: - .. code-block:: perl + .. code-block:: bash bugpoint --load myNewPass.so -help |