forked from OSchip/llvm-project
[MSSA] Fix expensive checks build
This commit is contained in:
parent
62ec8e94b8
commit
34683c3e35
|
@ -450,8 +450,7 @@ checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt,
|
|||
if (MD == Start)
|
||||
continue;
|
||||
|
||||
assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA)
|
||||
.IsClobber &&
|
||||
assert(!instructionClobbersQuery(MD, MAP.second, Query.Inst, AA) &&
|
||||
"Found clobber before reaching ClobberAt!");
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue