aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-06-04 06:29:38 +0000
committerJustin Bogner <mail@justinbogner.com>2014-06-04 06:29:38 +0000
commit6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40 (patch)
tree02d605b39dd974d80f04656103fb69606f3609c3 /llvm/docs/CommandGuide
parent28a1160bc6b98de930f538d961bd71fc1873320f (diff)
downloadllvm-6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40.zip
llvm-6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40.tar.gz
llvm-6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40.tar.bz2
docs: Remove documentation for legacy PGO options
Late last year r191835 removed a largely unmaintained legacy PGO infrastructure, but some of the docs were missed. Since these docs are for things that don't actually exist anymore, they should be removed. llvm-svn: 210165
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.rst4
-rw-r--r--llvm/docs/CommandGuide/opt.rst4
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.rst b/llvm/docs/CommandGuide/bugpoint.rst
index e4663e5..f11585d 100644
--- a/llvm/docs/CommandGuide/bugpoint.rst
+++ b/llvm/docs/CommandGuide/bugpoint.rst
@@ -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
diff --git a/llvm/docs/CommandGuide/opt.rst b/llvm/docs/CommandGuide/opt.rst
index 3fed684..ad5b62c 100644
--- a/llvm/docs/CommandGuide/opt.rst
+++ b/llvm/docs/CommandGuide/opt.rst
@@ -99,10 +99,6 @@ OPTIONS
:option:`-std-compile-opts` and :option:`-verify-each` can quickly track down
this kind of problem.
-.. option:: -profile-info-file <filename>
-
- Specify the name of the file loaded by the ``-profile-loader`` option.
-
.. option:: -stats
Print statistics.