aboutsummaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r--docs/ExtendingLLVM.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 8ff27362e9..810b5a7064 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -154,8 +154,8 @@ necessary.</p>
<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>