Skip to content

Commit ee1b586

Browse files
author
git apple-llvm automerger
committed
Merge commit 'fe9fba8d24f4' from llvm.org/main into next
2 parents 1d254a6 + fe9fba8 commit ee1b586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenOpenACCRecipe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mlir::Value OpenACCRecipeBuilderBase::makeBoundsAlloca(
8989
std::transform_inclusive_scan(
9090
resultTypes.begin(), resultTypes.end(),
9191
std::back_inserter(allocasLeftArr), std::plus<bool>{},
92-
[](QualType ty) { return !ty->isConstantArrayType(); });
92+
[](QualType ty) { return !ty->isConstantArrayType(); }, false);
9393

9494
// Keep track of the number of 'elements' that we're allocating. Individual
9595
// allocas should multiply this by the size of its current allocation.

0 commit comments

Comments
 (0)