[ASAN] Remove asserts introduced in https://reviews.llvm.org/D136197
authorRoy Sundahl <rsundahl@apple.com>
Mon, 24 Oct 2022 23:01:40 +0000 (16:01 -0700)
committerRoy Sundahl <rsundahl@apple.com>
Tue, 25 Oct 2022 00:33:40 +0000 (17:33 -0700)
commitd39486ddd5b4159ee237a0f896c38ebfad482e97
tree48e41cf195a020a5dd3e898123e798fc44c68227
parent31bfa4a69b127bfb7217ceb67ca4deeddd6bf28b
[ASAN] Remove asserts introduced in https://reviews.llvm.org/D136197

Additional calls were introduced for outlining (opposite of inlining)
in https://reviews.llvm.org/D136197 which contain asserts that partial
poisoning of a single byte wouldn't happen consecutively but this is
too strong and actually does occur in Windows. Removing those asserts
as they are unnecessary

Differential Revision: https://reviews.llvm.org/D136645
compiler-rt/lib/asan/asan_poisoning.cpp