diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-29 17:31:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-29 17:31:57 +0000 |
commit | 5de840d03bc82421f04ea618f1ab1f67bc783040 (patch) | |
tree | a0343e07118a6b88501a940753e914a402b5c75a /llvm/docs/ExtendingLLVM.html | |
parent | f4a410f9073bf1516181c068f3def762f208aefd (diff) | |
download | bcm5719-llvm-5de840d03bc82421f04ea618f1ab1f67bc783040.tar.gz bcm5719-llvm-5de840d03bc82421f04ea618f1ab1f67bc783040.zip |
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 .
llvm-svn: 15338
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index 8ff27362e9a..810b5a70648 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/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> |