summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
committerSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
commite0ddc731a4ad3b73457222496bc2588b09a0f91d (patch)
tree5f2ac54d24e1586283d68fcc7f8b809e4635a0e1 /llvm/docs/CommandGuide
parent090610d37a6bc50dabac779f97e158154cbe9bd7 (diff)
downloadbcm5719-llvm-e0ddc731a4ad3b73457222496bc2588b09a0f91d.tar.gz
bcm5719-llvm-e0ddc731a4ad3b73457222496bc2588b09a0f91d.zip
[docs] Clean up some more llvm-gcc stuff
Some references to llvm-gcc were so crusty that I wasn't sure how to proceed and so I've left them intact. I also slipped in a quick peephole fix to use a :doc: link instead of raw HTML link. llvm-svn: 201619
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llc.rst2
-rw-r--r--llvm/docs/CommandGuide/opt.rst5
2 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst
index 02ad798c8b6..dddcbaed8f5 100644
--- a/llvm/docs/CommandGuide/llc.rst
+++ b/llvm/docs/CommandGuide/llc.rst
@@ -45,7 +45,7 @@ End-user Options
Generate code at different optimization levels. These correspond to the
``-O0``, ``-O1``, ``-O2``, and ``-O3`` optimization levels used by
- :program:`llvm-gcc` and :program:`clang`.
+ :program:`clang`.
.. option:: -mtriple=<target triple>
diff --git a/llvm/docs/CommandGuide/opt.rst b/llvm/docs/CommandGuide/opt.rst
index 179c297c220..3fed6845550 100644
--- a/llvm/docs/CommandGuide/opt.rst
+++ b/llvm/docs/CommandGuide/opt.rst
@@ -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
OpenPOWER on IntegriCloud