summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-08 20:23:41 +0000
committerChris Lattner <sabre@nondot.org>2002-08-08 20:23:41 +0000
commit38c633d8fc136c713d1fbe011509d8b28dee5005 (patch)
tree3f518865716e9e45c5e55452a8de72f825a9636d /docs/WritingAnLLVMPass.html
parentc6bb82495c90574195049cc5aae8a4ff6ae57e6b (diff)
downloadllvm-38c633d8fc136c713d1fbe011509d8b28dee5005.tar.gz
llvm-38c633d8fc136c713d1fbe011509d8b28dee5005.tar.bz2
llvm-38c633d8fc136c713d1fbe011509d8b28dee5005.tar.xz
Oh yeah, I wrote it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 9f5dff4d31..f9e8298953 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -82,6 +82,8 @@ changes up that effect it.
<li><a href="#ModuleSource">A new <tt>ModuleSource</tt> interface</a>
<li><a href="#PassFunctionPass"><tt>Pass</tt>'s requiring <tt>FunctionPass</tt>'s</a>
</ul>
+
+ <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b><p>
</ol><p>
@@ -964,6 +966,6 @@ href="#Pass"><tt>Pass</tt></a>, only the other way around.<p>
<address><a href="mailto:sabre@nondot.org">Christopher Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Thu Aug 8 15:07:23 CDT 2002
+Last modified: Thu Aug 8 15:16:18 CDT 2002
<!-- hhmts end -->
</font></body></html>