On Oct 13, 2008, at 10:25 PM, Zhongxing Xu wrote: > In file llvm/include/llvm/Bitcode/BitCodes.h:30 > > BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 32GB per > block. > > I wonder 2^32 32-bit words = 2^32 4 bytes = 16GB? Yep, you're right, please fix :) -Chris