From d5383653a4c1065efd1ea504d114feb457a8331e Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Fri, 19 Nov 2004 01:25:14 +0000 Subject: [PATCH] Added link to information on Statistic which is in the Programmers Manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17971 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 0e52fe62224..c036fa6892e 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -77,6 +77,7 @@
  • Analysis Group Concepts
  • Using RegisterAnalysisGroup
  • +
  • Pass Statistics
  • What PassManager does