[AArch64][asan] fix typo in AsanStats::Print
authorSebastian Pop <sebpop@gmail.com>
Tue, 20 Aug 2019 23:28:05 +0000 (23:28 +0000)
committerSebastian Pop <sebpop@gmail.com>
Tue, 20 Aug 2019 23:28:05 +0000 (23:28 +0000)
commit5a7bba09acff4af0314641e6a0a45932ac74a594
tree1d610021a65414982baa7ff02aec62324529a98a
parent9467734a1c561a79be5b8a7d6cd8e4389d287c59
[AArch64][asan] fix typo in AsanStats::Print

This created an infinite loop that timed out several build bots while
executing the test in compiler-rt/test/asan/TestCases/atexit_stats.cpp

Differential Revision: https://reviews.llvm.org/D60243

llvm-svn: 369472
compiler-rt/lib/asan/asan_stats.cpp