From: Brian Gaeke Date: Tue, 22 Jul 2003 20:53:20 +0000 (+0000) Subject: Add documentation for runOnMachineFunction() X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6a33f36645643f5c724c781fbcc297dafb76e771;p=oota-llvm.git Add documentation for runOnMachineFunction() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7237 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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