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

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 23 14:59:28 PDT 2005



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.16 -> 1.17
---
Log message:

Types.def is going away


---
Diffs of the changes:  (+3 -9)

 ExtendingLLVM.html |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)


Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.16 llvm/docs/ExtendingLLVM.html:1.17
--- llvm/docs/ExtendingLLVM.html:1.16	Wed Dec  1 14:58:54 2004
+++ llvm/docs/ExtendingLLVM.html	Sat Apr 23 16:59:11 2005
@@ -194,11 +194,8 @@
 
 <ol>
 
-<li><tt>llvm/include/llvm/Type.def</tt>:
-    add enum for the type</li>
-
 <li><tt>llvm/include/llvm/Type.h</tt>:
-    add ID number for the new type; add static <tt>Type*</tt> for this type</li>
+    add enum for the new type; add static <tt>Type*</tt> for this type</li>
 
 <li><tt>llvm/lib/VMCore/Type.cpp</tt>:
     add mapping from <tt>TypeID</tt> => <tt>Type*</tt>;
@@ -222,11 +219,8 @@
 <div class="doc_text">
 
 <ol>
-<li><tt>llvm/include/llvm/Type.def</tt>:
-    add enum for the type</li>
-
 <li><tt>llvm/include/llvm/Type.h</tt>:
-    add ID number for the new type; add a forward declaration of the type
+    add enum for the new type; add a forward declaration of the type
     also</li>
 
 <li><tt>llvm/include/llvm/DerivedType.h</tt>:
@@ -286,7 +280,7 @@
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/12/01 20:58:54 $
+  Last modified: $Date: 2005/04/23 21:59:11 $
 </address>
 
 </body>






More information about the llvm-commits mailing list