[llvm-commits] CVS: llvm/docs/ExtendingLLVM.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 29 10:32:07 PDT 2004
Changes in directory llvm/docs:
ExtendingLLVM.html updated: 1.8 -> 1.9
---
Log message:
Fix #includes of i*.h => Instructions.h as per PR403: http://llvm.cs.uiuc.edu/PR403 :
http://llvm.cs.uiuc.edu/PR403: http://llvm.cs.uiuc.edu/PR403 .
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.8 llvm/docs/ExtendingLLVM.html:1.9
--- llvm/docs/ExtendingLLVM.html:1.8 Thu Jul 29 12:30:56 2004
+++ llvm/docs/ExtendingLLVM.html Thu Jul 29 12:31:57 2004
@@ -154,8 +154,8 @@
<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/i*.cpp</tt>:
- implement the class you defined in <tt>llvm/include/llvm/i*.h</tt></li>
+<li><tt>llvm/lib/VMCore/Instructions.cpp</tt>:
+ implement the class you defined in <tt>llvm/include/llvm/Instructions.h</tt></li>
</ol>
@@ -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/07/29 17:30:56 $
+ Last modified: $Date: 2004/07/29 17:31:57 $
</address>
</body>
More information about the llvm-commits
mailing list