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