Skip to content

Commit 8a1a806

Browse files
committed
Fix formatting.
1 parent f5be1ff commit 8a1a806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,8 @@ getFirstOrLastMappedMemberPtr(mlir::omp::MapInfoOp mapInfo, bool first) {
21552155
int aIndex = indexValues[a * shape[1] + i];
21562156
int bIndex = indexValues[b * shape[1] + i];
21572157

2158-
if (aIndex == bIndex) continue;
2158+
if (aIndex == bIndex)
2159+
continue;
21592160

21602161
if (aIndex != -1 && bIndex == -1)
21612162
return false;

0 commit comments

Comments
 (0)