diff options
author | Eric Christopher <echristo@gmail.com> | 2013-03-18 20:21:47 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-03-18 20:21:47 +0000 |
commit | 7e66bd3951117a0b7d06376b80fe8a22924873ef (patch) | |
tree | 8857ee7b9c316b34c296e6940e56a6e8743e5841 /llvm/docs | |
parent | 97cb813c29c0b262c1b2a0779d21982f43178601 (diff) | |
download | bcm5719-llvm-7e66bd3951117a0b7d06376b80fe8a22924873ef.tar.gz bcm5719-llvm-7e66bd3951117a0b7d06376b80fe8a22924873ef.zip |
Make the fields in the diagram match the descriptive text above them.
llvm-svn: 177314
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 78ce4e0e532..16fa7f0b7e9 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -1811,11 +1811,11 @@ values, we can clarify the contents of the ``BUCKETS``, ``HASHES`` and | HEADER.header_data_len | uint32_t | HEADER_DATA | HeaderData |-------------------------| - | BUCKETS | uint32_t[bucket_count] // 32 bit hash indexes + | BUCKETS | uint32_t[n_buckets] // 32 bit hash indexes |-------------------------| - | HASHES | uint32_t[hashes_count] // 32 bit hash values + | HASHES | uint32_t[n_hashes] // 32 bit hash values |-------------------------| - | OFFSETS | uint32_t[hashes_count] // 32 bit offsets to hash value data + | OFFSETS | uint32_t[n_hashes] // 32 bit offsets to hash value data |-------------------------| | ALL HASH DATA | `-------------------------' |