From 5753883dc0771be07e846e83c378bd6481006f70 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 28 Sep 2004 16:58:12 +0000 Subject: [PATCH] * InstructionReader.cpp was absorbed into Reader.cpp * Wrap at 80 cols llvm-svn: 16543 --- llvm/docs/ExtendingLLVM.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index 1c2408ab59df..f2c56a049346 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/docs/ExtendingLLVM.html @@ -144,14 +144,15 @@ necessary.

add the grammar on how your instruction can be read and what it will construct as a result -
  • llvm/lib/Bytecode/Reader/InstructionReader.cpp: +
  • llvm/lib/Bytecode/Reader/Reader.cpp: add a case for your instruction and how it will be parsed from bytecode
  • llvm/lib/VMCore/Instruction.cpp: add a case for how your instruction will be printed out to assembly
  • llvm/lib/VMCore/Instructions.cpp: - implement the class you defined in llvm/include/llvm/Instructions.h
  • + implement the class you defined in + llvm/include/llvm/Instructions.h