diff options
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index d86b1a47dc8..8ff27362e9a 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/docs/ExtendingLLVM.html @@ -135,7 +135,7 @@ necessary.</p> <li><tt>llvm/include/llvm/Instruction.def</tt>: add a number for your instruction and an enum name</li> -<li><tt>llvm/include/llvm/i*.h</tt>: +<li><tt>llvm/include/llvm/Instructions.h</tt>: add a definition for the class that will represent your instruction</li> <li><tt>llvm/include/llvm/Support/InstVisitor.h</tt>: |