From: Chris Lattner Date: Sun, 27 Aug 2006 23:18:52 +0000 (+0000) Subject: update doc: analyze is gone and passes should just use RegisterPass X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8603c24442e643971585b53688aa88ec4ddc4ad;p=oota-llvm.git update doc: analyze is gone and passes should just use RegisterPass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29928 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 34e8cf6d767..2e7abf40e56 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -18,8 +18,7 @@
  • Pass classes and requirements