The now-removed assertion was really more for initial debugging; it's
perfectly valid (albeit relatively rare) for `Q.Visited.size()` to be
greater than 1,000. A similar patch hasn't been applied to trunk
because the piece of code this assertion was a part of no longer exists
in trunk.
Fix okayed by Danny, merge to 3.9 okayed by Hans.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276337
91177308-0d34-0410-b5e6-
96231b3b80d8
MemoryAccess *CacheAccess = DFI.getPath(N - 1);
doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc);
}
- assert(Q.Visited.size() < 1000 && "Visited too much");
return {ModifyingAccess, Loc};
}