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

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 29 10:31:06 PDT 2004



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.7 -> 1.8

---
Log message:

Fix #includes of i*.h => Instructions.h as per PR403: http://llvm.cs.uiuc.edu/PR403 .


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

Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.7 llvm/docs/ExtendingLLVM.html:1.8
--- llvm/docs/ExtendingLLVM.html:1.7	Sun Jun 20 02:53:22 2004
+++ llvm/docs/ExtendingLLVM.html	Thu Jul 29 12:30:56 2004
@@ -135,7 +135,7 @@
 <li><tt>llvm/include/llvm/Instruction.def</tt>:
     add a number for your instruction and an enum name</li>
 
-<li><tt>llvm/include/llvm/i*.h</tt>:
+<li><tt>llvm/include/llvm/Instructions.h</tt>:
     add a definition for the class that will represent your instruction</li>
 
 <li><tt>llvm/include/llvm/Support/InstVisitor.h</tt>:
@@ -231,7 +231,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/06/20 07:53:22 $
+  Last modified: $Date: 2004/07/29 17:30:56 $
 </address>
 
 </body>





More information about the llvm-commits mailing list