From 892562779c49c09c6f4bf83ed5917bd9c7ac43b8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Mar 2004 21:09:55 +0000 Subject: [PATCH] Rewrite the second on AnalysisUsage usage. This documents the new addRequiredTransitive member that Misha added, and explains the whole concept a lot better. Also, the document used incorrect "subsubsection" tags instead of "doc_subsubsection" which this fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12474 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 191 ++++++++++++++++++++++-------------- 1 file changed, 118 insertions(+), 73 deletions(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 39d4e1668a3..d4df8476f65 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -59,7 +59,10 @@
  • Implementing Analysis Groups