X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FWritingAnLLVMPass.html;h=07e736da691e55ae8a2aa1325e72dc0c9e2205f1;hb=9d2c9bd11377ecac24e5c7c6198153375ac72562;hp=7b90db352bc10ef40e07ec181863d36d845ebebb;hpb=05f8d5fed6b966b2a5854cdc564bd7f362765779;p=oota-llvm.git diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 7b90db352bc..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