From c8603c24442e643971585b53688aa88ec4ddc4ad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Aug 2006 23:18:52 +0000 Subject: [PATCH] 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 --- docs/WritingAnLLVMPass.html | 61 ++++++++++++------------------------- 1 file changed, 19 insertions(+), 42 deletions(-) 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