Hahnfeld added inline comments.
================ Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:2393 + + // Level0(CGF); + ---------------- Is this meant to be a comment or should there be something happening here? ================ Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:2396 + CGF.EmitBranch(AfterBB); + if (NextBB) + CGF.EmitBlock(NextBB); ---------------- Especially, `NextBB` can never be anything else than `nullptr`... Repository: rL LLVM https://reviews.llvm.org/D38976 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits