forked from OSchip/llvm-project
Remove redundant assignment.
Found with the Clang static analyzer. llvm-svn: 224570
This commit is contained in:
parent
fd454ec3d9
commit
3f7f3341b9
|
@ -1145,7 +1145,6 @@ getNonLocalPointerDepFromBB(const PHITransAddr &Pointer,
|
|||
// cache value will only see properly sorted cache arrays.
|
||||
if (Cache && NumSortedEntries != Cache->size()) {
|
||||
SortNonLocalDepInfoCache(*Cache, NumSortedEntries);
|
||||
NumSortedEntries = Cache->size();
|
||||
}
|
||||
// Since we bail out, the "Cache" set won't contain all of the
|
||||
// results for the query. This is ok (we can still use it to accelerate
|
||||
|
|
Loading…
Reference in New Issue