From: Brian Gaeke Date: Thu, 17 Jul 2003 18:53:20 +0000 (+0000) Subject: Added bits about MachineFunctionPass X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cab8b6f448aadbe66fe44bc570d07a8eaf96ab40;p=oota-llvm.git Added bits about MachineFunctionPass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7192 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index c80fd848c50..414ed1226c7 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -40,6 +40,8 @@
  • The doFinalization(Function &) method +
  • The MachineFunctionPass + class
  • Pass Registration +
       + +The MachineFunctionPass class +