[Sanitizer] replace while with internal_memset to make sure compiler won't replace...
authorAlexey Samsonov <samsonov@google.com>
Wed, 21 Nov 2012 11:12:57 +0000 (11:12 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 21 Nov 2012 11:12:57 +0000 (11:12 +0000)
commit3a3488e4e172461fa787afc170c4bf61ddaba98c
tree12bdd88cc4ee7a55e56ec37abd0e233b022e3fcb
parent9ca2afd3a114c93b58f0826c69eb3a370b5a3d6a
[Sanitizer] replace while with internal_memset to make sure compiler won't replace it with library memset

llvm-svn: 168422
compiler-rt/lib/sanitizer_common/sanitizer_printf.cc