diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 8ff27362e9a..810b5a70648 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -154,8 +154,8 @@ necessary.

  • llvm/lib/VMCore/Instruction.cpp: add a case for how your instruction will be printed out to assembly
  • -
  • llvm/lib/VMCore/i*.cpp: - implement the class you defined in llvm/include/llvm/i*.h
  • +
  • llvm/lib/VMCore/Instructions.cpp: + implement the class you defined in llvm/include/llvm/Instructions.h