[PATCH] D25571: Add and use isDiscardableGVALinkage function.
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 13:45:42 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: clang/include/clang/Sema/Sema.h:9244
/// CUDAKnownEmittedFns.
- llvm::DenseMap<FunctionDecl *, llvm::DenseSet<FunctionDecl *>> CUDACallGraph;
+ llvm::DenseMap<FunctionDecl *, llvm::SetVector<FunctionDecl *>> CUDACallGraph;
----------------
I think you meant to make this change as part of the original patch.
https://reviews.llvm.org/D25571
More information about the cfe-commits
mailing list