================
@@ -1477,7 +1521,7 @@ void CodeGenFunction::EmitOMPLastprivateClauseFinal(
     Builder.CreateCondBr(IsLastIterCond, ThenBB, DoneBB);
     EmitBlock(ThenBB);
   }
-  llvm::DenseSet<const VarDecl *> AlreadyEmittedVars;
+  llvm::DenseSet<const ValueDecl *> AlreadyEmittedVars;
----------------
alexey-bataev wrote:

```suggestion
  llvm::SmallDenseSet<const ValueDecl *> AlreadyEmittedVars;
```

https://github.com/llvm/llvm-project/pull/190832
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to