hfinkel added inline comments.
================ Comment at: lib/CodeGen/CGLoopInfo.cpp:372 + if (Active.size() >= 2) { + LoopInfo &NewFront = reverse(Active).begin()[1]; + NewFront.addAccGroups(Front.getNestedAccGroups()); ---------------- reverse(Active).begin() looks odd. Can we get the same thing by calling last()? Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D52117/new/ https://reviews.llvm.org/D52117 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits