diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-06-04 06:29:38 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-06-04 06:29:38 +0000 |
commit | 6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40 (patch) | |
tree | 02d605b39dd974d80f04656103fb69606f3609c3 /llvm/docs/CommandGuide/bugpoint.rst | |
parent | 28a1160bc6b98de930f538d961bd71fc1873320f (diff) | |
download | bcm5719-llvm-6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40.tar.gz bcm5719-llvm-6f8e6b108b3899bdf9a92c2ddd9ef792e4253d40.zip |
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/bugpoint.rst')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.rst b/llvm/docs/CommandGuide/bugpoint.rst index e4663e5d447..f11585d359c 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 |