From: Devang Patel Date: Mon, 19 Mar 2007 22:21:25 +0000 (+0000) Subject: Document LoopPass. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e8f27d0bdb2b20ac6582b53e2ddf2bfc5c28411;p=oota-llvm.git Document LoopPass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35191 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index a56297fd58d..3b116074b71 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -43,6 +43,14 @@
  • The doFinalization(Module &) method
  • +
  • The LoopPass class +
  • The BasicBlockPass class