From 6a33f36645643f5c724c781fbcc297dafb76e771 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 22 Jul 2003 20:53:20 +0000 Subject: [PATCH] Add documentation for runOnMachineFunction() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7237 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 414ed1226c7..a39369fc299 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -42,6 +42,10 @@
  • The MachineFunctionPass class +
  • Pass Registration


    The +runOnMachineFunction(MachineFunction &MF) method

    @@ -1250,6 +1276,6 @@ href="#Pass">Pass, only the other way around.

    Chris Lattner
    -Last modified: Mon Jul 14 12:12:53 CDT 2003 +Last modified: Tue Jul 22 15:52:30 CDT 2003