From: Misha Brukman Date: Tue, 21 Sep 2004 16:53:29 +0000 (+0000) Subject: Thanks to Brad for documentation on adding a DerivedType X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39dccd8130d37e0ace37c4bb3c302a9796509088;p=oota-llvm.git Thanks to Brad for documentation on adding a DerivedType git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 606bada127c..8e2a90409cb 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -24,7 +24,8 @@
-

Written by Misha Brukman

+

Written by Misha Brukman and + Brad Jones