================
@@ -131,7 +132,7 @@ static void 
genNestedEvaluations(Fortran::lower::AbstractConverter &converter,
                                  Fortran::lower::pft::Evaluation &eval,
                                  int collapseValue = 0) {
   Fortran::lower::pft::Evaluation *curEval =
-      collapseValue == 0 ? &eval : getCollapsedLoopEval(eval, collapseValue);
+      getCollapsedLoopEval(eval, collapseValue);
----------------
kparzysz wrote:

Same comment as above.

https://github.com/llvm/llvm-project/pull/77760
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to