From: Chris Lattner Date: Wed, 17 Mar 2004 21:09:55 +0000 (+0000) Subject: Rewrite the second on AnalysisUsage usage. This documents the new X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=892562779c49c09c6f4bf83ed5917bd9c7ac43b8;p=oota-llvm.git 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 --- 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