summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-29 17:31:57 +0000
committerChris Lattner <sabre@nondot.org>2004-07-29 17:31:57 +0000
commit8f36321a952241b25e4cef9f2166a19b47bfc9a0 (patch)
treedc2e9bb2661c37a993b03effc8a1db426b4a7f12 /docs
parent78c038d0cca52be15bab92a9596c3e62d9741219 (diff)
downloadllvm-8f36321a952241b25e4cef9f2166a19b47bfc9a0.tar.gz
llvm-8f36321a952241b25e4cef9f2166a19b47bfc9a0.tar.bz2
llvm-8f36321a952241b25e4cef9f2166a19b47bfc9a0.tar.xz
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
Diffstat (limited to 'docs')
-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>