X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2FWritingAnLLVMPass.html;h=136f8fbd55713c6aac76fdad5988697ea3fb9544;hb=d589099eec8d120b5a7227072c4e717856e2276f;hp=83de4f9b9de45f06b6ec2a58689bd5662f10dc2a;hpb=7e7ae5ad692760aa8d97477f061a05b10948cf57;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 83de4f9b9de..136f8fbd557 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -8,9 +8,9 @@ -
+

Writing an LLVM Pass -

+
  1. Introduction - What is a pass?
  2. @@ -51,6 +51,14 @@
  3. The doFinalization() method
  4. +
  5. The RegionPass class +
  6. The BasicBlockPass class