[llvm] r177314 - Make the fields in the diagram match the descriptive text above them.

Eric Christopher echristo at gmail.com
Mon Mar 18 13:21:47 PDT 2013


Author: echristo
Date: Mon Mar 18 15:21:47 2013
New Revision: 177314

URL: http://llvm.org/viewvc/llvm-project?rev=177314&view=rev
Log:
Make the fields in the diagram match the descriptive text above them.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=177314&r1=177313&r2=177314&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Mon Mar 18 15:21:47 2013
@@ -1811,11 +1811,11 @@ values, we can clarify the contents of t
   |  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          |
   `-------------------------'





More information about the llvm-commits mailing list