diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-08-08 20:23:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-08-08 20:23:41 +0000 |
| commit | 56d9e2202f2c06f7c579f159f6e98ddbf44a7cd1 (patch) | |
| tree | caaa3e5a2fffef830b976459f87f8c7e8055e5af /llvm | |
| parent | 34ceebe3442c575a18e1607ec5eee10ebeaf2f70 (diff) | |
| download | bcm5719-llvm-56d9e2202f2c06f7c579f159f6e98ddbf44a7cd1.tar.gz bcm5719-llvm-56d9e2202f2c06f7c579f159f6e98ddbf44a7cd1.zip | |
Oh yeah, I wrote it.
llvm-svn: 3268
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index 9f5dff4d31d..f9e82989537 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/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> |

