Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 04e389a

Browse files
committed
[MemorySSA] Silence warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340995 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 460e601 commit 04e389a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Analysis/MemorySSA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ checkClobberSanity(const MemoryAccess *Start, MemoryAccess *ClobberAt,
441441
}
442442

443443
if (const auto *MU = dyn_cast<MemoryUse>(MA)) {
444+
(void)MU;
444445
assert (MU == Start &&
445446
"Can only find use in def chain if Start is a use");
446447
continue;

0 commit comments

Comments
 (0)