X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=07e736da691e55ae8a2aa1325e72dc0c9e2205f1;hb=befc9c16fae1719cafe9f54ab2b67219db44dc11;hp=e8f00a3cba749603a0abe076283931b15f60bbe8;hpb=1bc193464ca8913994c5392afc808681611e09ea;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index e8f00a3cba7..07e736da691 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> + Writing an LLVM Pass @@ -17,8 +18,7 @@
  • Pass classes and requirements
  • The CallGraphSCCPass class
  • The FunctionPass class @@ -43,6 +43,14 @@
  • The doFinalization(Module &) method
  • +
  • The LoopPass class +
  • The BasicBlockPass class