1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Documentation: use correct highlighter

llvm-svn: 168871
This commit is contained in:
Dmitri Gribenko 2012-11-29 12:00:32 +00:00
parent 6d7e99f2ac
commit ee7b6022d6

View File

@ -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