X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=a1d55649016c7e35145867c6034e910b84bc3726;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=925d9811a4ed5d52a09f6d2acf0c4ec7930fcb48;hpb=550211711acc12a470a66cf55147796f61e923cd;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 925d9811a4e..a1d55649016 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -51,6 +51,14 @@
  • The doFinalization() method
  • +
  • The RegionPass class +
  • The BasicBlockPass class
  • Implementing Analysis Groups