From 37a5818ca9d91d5f7d608e93bf12b902c0a07371 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 19 Mar 2007 22:21:25 +0000 Subject: [PATCH] Document LoopPass. llvm-svn: 35191 --- docs/WritingAnLLVMPass.html | 88 +++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) 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