X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=8374bfac671050e0d4e2970bb4e6337a0c4e5707;hb=ba2aa7859e7ae3b5276d902ed0edddbc5ec7355d;hp=1146362ac55d7b5b26ae58485dd7007410c7836f;hpb=2382ff7fbe41e0b3d0c1385f619af260b45b23d8;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 1146362ac55..8374bfac671 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -18,8 +18,7 @@
  • Pass classes and requirements
  • The CallGraphSCCPass class
  • The FunctionPass class @@ -44,6 +43,14 @@
  • The doFinalization(Module &) method
  • +
  • The LoopPass class +
  • The BasicBlockPass class
  • Implementing Analysis Groups