When computing the size of large arrays, use char units instead of bits.
This prevents an overflow and assertion when the number of bits cannot be stored in 64-bits. llvm-svn: 181839
Loading
Please register or sign in to comment
This prevents an overflow and assertion when the number of bits cannot be stored in 64-bits. llvm-svn: 181839