[llvm-commits] CVS: llvm/docs/ExtendingLLVM.html

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 12 18:10:07 PST 2005



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.18 -> 1.19
---
Log message:

typeo


---
Diffs of the changes:  (+2 -2)

 ExtendingLLVM.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.18 llvm/docs/ExtendingLLVM.html:1.19
--- llvm/docs/ExtendingLLVM.html:1.18	Tue May 10 22:53:53 2005
+++ llvm/docs/ExtendingLLVM.html	Sat Nov 12 20:09:55 2005
@@ -266,7 +266,7 @@
     add enum for the new type; add a forward declaration of the type
     also</li>
 
-<li><tt>llvm/include/llvm/DerivedType.h</tt>:
+<li><tt>llvm/include/llvm/DerivedTypes.h</tt>:
     add new class to represent new class in the hierarchy; add forward 
     declaration to the TypeMap value type</li>
 
@@ -322,7 +322,7 @@
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2005/05/11 03:53:53 $
+  Last modified: $Date: 2005/11/13 02:09:55 $
 </address>
 
 </body>






More information about the llvm-commits mailing list