mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -154,8 +154,8 @@ necessary.</p>
|
|||||||
<li><tt>llvm/lib/VMCore/Instruction.cpp</tt>:
|
<li><tt>llvm/lib/VMCore/Instruction.cpp</tt>:
|
||||||
add a case for how your instruction will be printed out to assembly</li>
|
add a case for how your instruction will be printed out to assembly</li>
|
||||||
|
|
||||||
<li><tt>llvm/lib/VMCore/i*.cpp</tt>:
|
<li><tt>llvm/lib/VMCore/Instructions.cpp</tt>:
|
||||||
implement the class you defined in <tt>llvm/include/llvm/i*.h</tt></li>
|
implement the class you defined in <tt>llvm/include/llvm/Instructions.h</tt></li>
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user