From: Tanya Lattner Date: Fri, 19 Nov 2004 01:25:14 +0000 (+0000) Subject: Added link to information on Statistic which is in the Programmers Manual. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5383653a4c1065efd1ea504d114feb457a8331e;p=oota-llvm.git 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 --- 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