mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[MemDepAnalysis] Remove redundant comment.
Exact same comment is found 2 lines above.
This commit is contained in:
parent
c64c5b211f
commit
efde4985b2
@ -1135,9 +1135,6 @@ bool MemoryDependenceResults::getNonLocalPointerDepFromBB(
|
||||
// investigating, just return it with no recomputation.
|
||||
// Don't use cached information for invariant loads since it is valid for
|
||||
// non-invariant loads only.
|
||||
//
|
||||
// Don't use cached information for invariant loads since it is valid for
|
||||
// non-invariant loads only.
|
||||
if (!IsIncomplete && !isInvariantLoad &&
|
||||
CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
|
||||
// We have a fully cached result for this query then we can just return the
|
||||
|
Loading…
Reference in New Issue
Block a user