Skip to content

Commit 514bd66

Browse files
committed
Add missing LLVM_DEBUG
1 parent 1e6fd79 commit 514bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ updateUndistributedLoopDirection(std::vector<Dependence::DVEntry> &DV,
147147
// Set the direction of the loop to EQ if the loop won't affect the
148148
// SCEV of Src and Dst.
149149
if (!DistributedLoops.test(II)) {
150-
dbgs() << "Set level " << II << " loop direction to =\n";
150+
LLVM_DEBUG(dbgs() << "Set level " << II << " loop direction to =\n");
151151
DV[II - 1].Direction = Dependence::DVEntry::EQ;
152152
}
153153
}

0 commit comments

Comments
 (0)