[PM] Pull the generic graph algorithms and data structures for dominator
[oota-llvm.git] / docs / ExtendingLLVM.rst
index 3ae676a1b6e70814197cbe16a809270dba6df1cb..60cbf011e5731b9c77f62f5351f986fd71e89834 100644 (file)
@@ -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