Skip to content

Commit 6302034

Browse files
committed
Fix trivial
1 parent ebe3daf commit 6302034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transform/Clang/LoopDistribution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class ASTVisitor : public RecursiveASTVisitor<ASTVisitor> {
322322
const auto Dependence =
323323
mDependence->depends(ServerWrite, ServerRead, false);
324324
if (!Dependence) {
325-
return false;
325+
return true;
326326
}
327327

328328
const auto Direction = Dependence->getDirection(LoopDepth);

0 commit comments

Comments
 (0)