From: Misha Brukman Date: Tue, 28 Sep 2004 16:58:12 +0000 (+0000) Subject: * InstructionReader.cpp was absorbed into Reader.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e39cd63ddd69e3157a00b5e931d6b0aea21cf653;p=oota-llvm.git * InstructionReader.cpp was absorbed into Reader.cpp * Wrap at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 1c2408ab59d..f2c56a04934 100644 --- a/docs/ExtendingLLVM.html +++ b/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