Change loop induction variable type to match the type of "SIZE" where it's compared against, to prevent infinite loop caused by overflow wraparound if there are more than 2^32 samples Reviewed By: wenlei Differential Revision: https://reviews.llvm.org/D132493 |
||
|---|---|---|
| .. | ||
| Coverage | ||
| CMakeLists.txt | ||
| GCOV.cpp | ||
| InstrProf.cpp | ||
| InstrProfCorrelator.cpp | ||
| InstrProfReader.cpp | ||
| InstrProfWriter.cpp | ||
| MemProf.cpp | ||
| ProfileSummaryBuilder.cpp | ||
| RawMemProfReader.cpp | ||
| SampleProf.cpp | ||
| SampleProfReader.cpp | ||
| SampleProfWriter.cpp | ||