forked from OSchip/llvm-project
[NFC][asan] Fix Condition annotation after 30bbb73bb4
This commit is contained in:
parent
8d9d27db47
commit
341ee9c029
|
@ -87,7 +87,7 @@ struct AsanInterceptorContext {
|
|||
} \
|
||||
ENSURE_ASAN_INITED(); \
|
||||
if (LIKELY(flags()->replace_intrin)) { \
|
||||
if (UNLIKELY(to != from)) { \
|
||||
if (LIKELY(to != from)) { \
|
||||
CHECK_RANGES_OVERLAP("memcpy", to, size, from, size); \
|
||||
} \
|
||||
ASAN_READ_RANGE(ctx, from, size); \
|
||||
|
|
Loading…
Reference in New Issue