X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FExtendingLLVM.rst;h=60cbf011e5731b9c77f62f5351f986fd71e89834;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=3ae676a1b6e70814197cbe16a809270dba6df1cb;hpb=fd975b076240ac1199c23cb6cd899a3b73c9f3e0;p=oota-llvm.git diff --git a/docs/ExtendingLLVM.rst b/docs/ExtendingLLVM.rst index 3ae676a1b6e..60cbf011e57 100644 --- a/docs/ExtendingLLVM.rst +++ b/docs/ExtendingLLVM.rst @@ -281,12 +281,12 @@ Adding a derived type add ability to parse in the type from text assembly -#. ``llvm/lib/BitCode/Writer/Writer.cpp``: +#. ``llvm/lib/Bitcode/Writer/Writer.cpp``: modify ``void BitcodeWriter::outputType(const Type *T)`` to serialize your type -#. ``llvm/lib/BitCode/Reader/Reader.cpp``: +#. ``llvm/lib/Bitcode/Reader/Reader.cpp``: modify ``const Type *BitcodeReader::ParseType()`` to read your data type