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

Misha Brukman brukman at cs.uiuc.edu
Tue Sep 28 09:58:22 PDT 2004



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.14 -> 1.15
---
Log message:

* InstructionReader.cpp was absorbed into Reader.cpp
* Wrap at 80 cols


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

Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.14 llvm/docs/ExtendingLLVM.html:1.15
--- llvm/docs/ExtendingLLVM.html:1.14	Mon Sep 27 15:35:59 2004
+++ llvm/docs/ExtendingLLVM.html	Tue Sep 28 11:58:12 2004
@@ -144,14 +144,15 @@
     add the grammar on how your instruction can be read and what it will
     construct as a result</li>
 
-<li><tt>llvm/lib/Bytecode/Reader/InstructionReader.cpp</tt>:
+<li><tt>llvm/lib/Bytecode/Reader/Reader.cpp</tt>:
     add a case for your instruction and how it will be parsed from bytecode</li>
 
 <li><tt>llvm/lib/VMCore/Instruction.cpp</tt>:
     add a case for how your instruction will be printed out to assembly</li>
 
 <li><tt>llvm/lib/VMCore/Instructions.cpp</tt>:
-    implement the class you defined in <tt>llvm/include/llvm/Instructions.h</tt></li>
+    implement the class you defined in
+    <tt>llvm/include/llvm/Instructions.h</tt></li>
 
 </ol>
 
@@ -276,7 +277,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/09/27 20:35:59 $
+  Last modified: $Date: 2004/09/28 16:58:12 $
 </address>
 
 </body>






More information about the llvm-commits mailing list