llvm-6502/include
Bob Wilson 51ec77d880 Fix llvm-cov counts to be 64-bit integers to avoid overflows.
Line counts in llvm-cov are read in as 64-bit integers but were being truncated
to 32-bit in collectLineCounts(), which caused overflow for large counts.
This patch fixes all counts to be uint64_t.

Patch by Yuchen Wu!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193172 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-22 17:43:47 +00:00
..
llvm Fix llvm-cov counts to be 64-bit integers to avoid overflows. 2013-10-22 17:43:47 +00:00
llvm-c Speling fixes. 2013-10-22 15:18:03 +00:00