Skip to content

Commit ef99740

Browse files
committed
Fix comment
1 parent 31f60c7 commit ef99740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ convertOmpSimd(Operation &opInst, llvm::IRBuilderBase &builder,
28952895
return failure();
28962896

28972897
// No call to copyFirstPrivateVars because FIRSTPRIVATE is not allowed for
2898-
// SIMD
2898+
// SIMD.
28992899

29002900
assert(afterAllocas.get()->getSinglePredecessor());
29012901
if (failed(initReductionVars(simdOp, reductionArgs, builder,

0 commit comments

Comments
 (0)