Fix a calculation error in comments.

llvm-svn: 57619
This commit is contained in:
Zhongxing Xu 2008-10-16 01:21:44 +00:00
parent 0b3bcee284
commit 20c1b60178
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace bitc {
enum StandardWidths { enum StandardWidths {
BlockIDWidth = 8, // We use VBR-8 for block IDs. BlockIDWidth = 8, // We use VBR-8 for block IDs.
CodeLenWidth = 4, // Codelen are VBR-4. CodeLenWidth = 4, // Codelen are VBR-4.
BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 32GB per block. BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block.
}; };
// The standard abbrev namespace always has a way to exit a block, enter a // The standard abbrev namespace always has a way to exit a block, enter a