diff options
author | Zachary Turner <zturner@google.com> | 2019-04-05 22:09:14 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2019-04-05 22:09:14 +0000 |
commit | 91d6caf6ec1ffd9d0b6d1fd9c21bc68d5f06cf99 (patch) | |
tree | cb19d3d1e4bee8df21c0f1d82bfa7823114ea4a8 /llvm/docs/PDB | |
parent | 9388c4703ba84f7a76472492e6424fa3b64e5331 (diff) | |
download | bcm5719-llvm-91d6caf6ec1ffd9d0b6d1fd9c21bc68d5f06cf99.tar.gz bcm5719-llvm-91d6caf6ec1ffd9d0b6d1fd9c21bc68d5f06cf99.zip |
[PDB Docs] The IPI Stream actually has index 4.
llvm-svn: 357825
Diffstat (limited to 'llvm/docs/PDB')
-rw-r--r-- | llvm/docs/PDB/TpiStream.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/PDB/TpiStream.rst b/llvm/docs/PDB/TpiStream.rst index 99f9a73bb11..91429b8b90a 100644 --- a/llvm/docs/PDB/TpiStream.rst +++ b/llvm/docs/PDB/TpiStream.rst @@ -10,7 +10,7 @@ The PDB TPI and IPI Streams Introduction
============
-The PDB TPI Stream (Index 2) and IPI Stream (Index 3) contain information about
+The PDB TPI Stream (Index 2) and IPI Stream (Index 4) contain information about
all types used in the program. It is organized as a :ref:`header <tpi_header>`
followed by a list of :doc:`CodeView Type Records <CodeViewTypes>`. Types are
referenced from various streams and records throughout the PDB by their
|