[PATCH] D25571: Add and use isDiscardableGVALinkage function.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 13 14:14:45 PDT 2016


jlebar added inline comments.


================
Comment at: clang/include/clang/Sema/Sema.h:9244
   /// CUDAKnownEmittedFns.
-  llvm::DenseMap<FunctionDecl *, llvm::DenseSet<FunctionDecl *>> CUDACallGraph;
+  llvm::DenseMap<FunctionDecl *, llvm::SetVector<FunctionDecl *>> CUDACallGraph;
 
----------------
rnk wrote:
> I think you meant to make this change as part of the original patch.
Oops, thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D25571





More information about the cfe-commits mailing list