From cab8b6f448aadbe66fe44bc570d07a8eaf96ab40 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 17 Jul 2003 18:53:20 +0000 Subject: [PATCH] Added bits about MachineFunctionPass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7192 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 +
    -- 2.34.1