aaron.ballman added inline comments.
================ Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:3368 - VD = VD->getCanonicalDecl(); + VD = cast<VarDecl>(VD->getCanonicalDecl()); auto I = FunctionGlobalizedDecls.find(CGF.CurFn); ---------------- This is unnecessary, `getCanonicalDecl()` can never return a null pointer (it will return `this`, at the very least) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153033/new/ https://reviews.llvm.org/D153033 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits