tsan: fix unitialized read warning under newer gcc (it does not have visibility into...
commite57f26b5c99cedd56de76f3a10cadcecece768bd
authorDmitry Vyukov <dvyukov@google.com>
Wed, 17 Jul 2013 06:56:47 +0000 (17 06:56 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 17 Jul 2013 06:56:47 +0000 (17 06:56 +0000)
treed8447b48128fe2c5e0d933ca0beb6f022146b118
parent6092c21b37146ad5f859f3f23b6ddf80f3d8f3d4
tsan: fix unitialized read warning under newer gcc (it does not have visibility into asm)

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@186495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/sanitizer_common/sanitizer_linux.cc