We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf46263 commit cef4554Copy full SHA for cef4554
flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
@@ -311,7 +311,7 @@ class PopulateInitAndCleanupRegionsHelper {
311
/// Any length parameters which have been fetched for the type
312
mlir::SmallVector<mlir::Value> lenParams;
313
314
- /// If the source variable being privatized definately can't have non-default
+ /// If the source variable being privatized definitely can't have non-default
315
/// lower bounds then we don't need to generate code to read them.
316
bool cannotHaveNonDefaultLowerBounds;
317
0 commit comments