X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=58bea1a0cad4cce106158fb54808e40c73d6a012;hb=efd4a5144b03f61ebfd53d0245176f95e1170fb8;hp=e8f00a3cba749603a0abe076283931b15f60bbe8;hpb=1bc193464ca8913994c5392afc808681611e09ea;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index e8f00a3cba7..58bea1a0cad 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