projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131161b
)
Fix a calculation error in comments.
author
Zhongxing Xu
<xuzhongxing@gmail.com>
Thu, 16 Oct 2008 01:21:44 +0000
(
01:21
+0000)
committer
Zhongxing Xu
<xuzhongxing@gmail.com>
Thu, 16 Oct 2008 01:21:44 +0000
(
01:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57619
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bitcode/BitCodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bitcode/BitCodes.h
b/include/llvm/Bitcode/BitCodes.h
index f140cc3b19d912ac77e1037e3e7d611e8e5b9f70..111b1e4fea1366e8ff525523a46cc7d8c3c1466a 100644
(file)
--- a/
include/llvm/Bitcode/BitCodes.h
+++ b/
include/llvm/Bitcode/BitCodes.h
@@
-27,7
+27,7
@@
namespace bitc {
enum StandardWidths {
BlockIDWidth = 8, // We use VBR-8 for block IDs.
CodeLenWidth = 4, // Codelen are VBR-4.
- BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words =
32
GB per block.
+ BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words =
16
GB per block.
};
// The standard abbrev namespace always has a way to exit a block, enter a