Skip to content

Commit e8ef29a

Browse files
committed
Revert unnecessary change
1 parent e324e62 commit e8ef29a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level,
219219
// Track Output, Flow, and Anti dependencies.
220220
if (auto D = DI->depends(Src, Dst)) {
221221
assert(D->isOrdered() && "Expected an output, flow or anti dep.");
222-
223222
// If the direction vector is negative, normalize it to
224223
// make it non-negative.
225224
if (D->normalize(SE))

0 commit comments

Comments
 (0)