1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[MemorySSA] Silence warning.

llvm-svn: 340995
This commit is contained in:
Alina Sbirlea 2018-08-29 23:20:29 +00:00
parent a9707dee3c
commit 394fd0adc9

View File

@ -441,6 +441,7 @@ checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt,
}
if (const auto *MU = dyn_cast<MemoryUse>(MA)) {
(void)MU;
assert (MU == Start &&
"Can only find use in def chain if Start is a use");
continue;