X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=ed6b4d662a1ba082ad25b9c5a724695f76fc67e0;hb=94d38e561b5985390c075abd0eaf4a7caa25b005;hp=a56297fd58d08f40b7bcd04a94f6b87c001cb9ba;hpb=c760a920d5e8cdc47677e44ac53d062ddd63f481;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index a56297fd58d..ed6b4d662a1 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -43,6 +43,14 @@
  • The doFinalization(Module &) method
  • +
  • The LoopPass class +
  • The BasicBlockPass class
  • Implementing Analysis Groups