Drop function that are deprecated since 2010.
[oota-llvm.git] / docs / CommandGuide / bugpoint.rst
index 66eba743d84d596ab1d3997237647345df014195..f11585d359c65aaeb6bdd396d7e067db688ba5ef 100644 (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
 
@@ -124,10 +124,6 @@ OPTIONS
  do not use this option, **bugpoint** will attempt to generate a reference output
  by compiling the program with the "safe" backend and running it.
 
-**--profile-info-file** *filename*
-
- Profile file loaded by **--profile-loader**.
-
 **--run-{int,jit,llc,custom}**
 
  Whenever the test program is compiled, **bugpoint** should generate code for it