| commit | 04d2d94762e48d853768a724c93dca3e50428d21 | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Tue May 14 21:59:17 2013 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Tue May 14 21:59:17 2013 +0000 |
| tree | 74fe212221b22245dc87fac9b556efb2bfd6fed1 | |
| parent | b3c52fb45b648ae21780fa8b9d23caeece32edd8 [diff] |
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