Skip to content

Commit 0accad1

Browse files
committed
!fixup fix formatting
1 parent 53a1ea4 commit 0accad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/LoopAccessAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ MemoryDepChecker::Dependence::DepType MemoryDepChecker::isDependent(
20612061
return Dependence::NoDep;
20622062
}
20632063

2064-
// Write to the same location with the same size.
2064+
// Write to the same location with the same size.
20652065
if (C->isZero()) {
20662066
if (HasSameSize)
20672067
return Dependence::Forward;

0 commit comments

Comments
 (0)