[llvm-commits] [llvm] r168871 - /llvm/trunk/docs/CommandGuide/bugpoint.rst

Dmitri Gribenko gribozavr at gmail.com
Thu Nov 29 04:00:32 PST 2012


Author: gribozavr
Date: Thu Nov 29 06:00:32 2012
New Revision: 168871

URL: http://llvm.org/viewvc/llvm-project?rev=168871&view=rev
Log:
Documentation: use correct highlighter

Modified:
    llvm/trunk/docs/CommandGuide/bugpoint.rst

Modified: llvm/trunk/docs/CommandGuide/bugpoint.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/bugpoint.rst?rev=168871&r1=168870&r2=168871&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/bugpoint.rst (original)
+++ llvm/trunk/docs/CommandGuide/bugpoint.rst Thu Nov 29 06:00:32 2012
@@ -37,7 +37,7 @@
  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 @@
  (**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 @@
  optimizations, use the **-help** and **--load** options together; for example:
 
 
- .. code-block:: perl
+ .. code-block:: bash
 
       bugpoint --load myNewPass.so -help
 





More information about the llvm-commits mailing list