summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.rst
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
commite5d8481310415d60ec64d6283aeaa4ee1ed7089b (patch)
tree62d3bbea07264696061f236fdcacd760e1bc7308 /docs/WritingAnLLVMPass.rst
parentd1264076279bcddad28b0afe77229f79c2e85281 (diff)
downloadllvm-e5d8481310415d60ec64d6283aeaa4ee1ed7089b.tar.gz
llvm-e5d8481310415d60ec64d6283aeaa4ee1ed7089b.tar.bz2
llvm-e5d8481310415d60ec64d6283aeaa4ee1ed7089b.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.rst')
-rw-r--r--docs/WritingAnLLVMPass.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.rst b/docs/WritingAnLLVMPass.rst
index f9cb4fe80f..cfbda042cc 100644
--- a/docs/WritingAnLLVMPass.rst
+++ b/docs/WritingAnLLVMPass.rst
@@ -259,7 +259,6 @@ To see what happened to the other string you registered, try running
-hello - Hello World Pass
-indvars - Induction Variable Simplification
-inline - Function Integration/Inlining
- -insert-edge-profiling - Insert instrumentation for edge profiling
...
The pass name gets added as the information string for your pass, giving some