X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=ed6b4d662a1ba082ad25b9c5a724695f76fc67e0;hb=94d38e561b5985390c075abd0eaf4a7caa25b005;hp=1146362ac55d7b5b26ae58485dd7007410c7836f;hpb=2382ff7fbe41e0b3d0c1385f619af260b45b23d8;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 1146362ac55..ed6b4d662a1 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