================
@@ -6037,8 +6037,6 @@ const Expr
*CGOpenMPRuntime::getNumTeamsExprForTargetDirective(
MinTeamsVal = MaxTeamsVal = 1;
return nullptr;
}
- MinTeamsVal = MaxTeamsVal = 1;
- return nullptr;
----------------
alexey-bataev wrote:Wrong fix, previous `if` statement should be removed/fixed https://github.com/llvm/llvm-project/pull/95695 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
