[docs] Clean up some more llvm-gcc stuff
[oota-llvm.git] / docs / CommandGuide / opt.rst
index 179c297c2209835d82d19ddbfe46a9a8954075fe..3fed6845550a29e4b96a4bdc7a50aa5114fae72e 100644 (file)
@@ -65,9 +65,8 @@ OPTIONS
 .. option:: -std-compile-opts
 
  This is short hand for a standard list of *compile time optimization* passes.
- This is typically used to optimize the output from the llvm-gcc front end.  It
- might be useful for other front end compilers as well.  To discover the full
- set of options available, use the following command:
+ It might be useful for other front end compilers as well.  To discover the
+ full set of options available, use the following command:
 
  .. code-block:: sh