From: Chris Lattner Date: Wed, 25 Sep 2002 22:31:38 +0000 (+0000) Subject: Add documentation for ImmutablePass's X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f004f9afe19625468498dcfbd405f3285fb75aec;p=oota-llvm.git Add documentation for ImmutablePass's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3926 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 7d81c81c0af..14811fd94bc 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -19,6 +19,7 @@
  • Pass classes and requirements