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:
parent
a9707dee3c
commit
394fd0adc9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user