================
@@ -1217,17 +1223,20 @@ class CodeGenFunction : public CodeGenTypeCache {
     OMPMapVars MappedVars;
     OMPPrivateScope(const OMPPrivateScope &) = delete;
     void operator=(const OMPPrivateScope &) = delete;
+    llvm::DenseMap<const BindingDecl *, Address> SavedBindings;
 
   public:
     /// Enter a new OpenMP private scope.
----------------
alexey-bataev wrote:

```suggestion
    llvm::SmallDenseMap<const BindingDecl *, Address> SavedBindings;

public:
/// Enter a new OpenMP private scope.
```

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