[Openmp-commits] [PATCH] D109007: [libomptarget] Move HostDataToTargetTy states into StatesTy

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 31 12:06:42 PDT 2021


grokos added inline comments.


================
Comment at: openmp/libomptarget/src/device.h:60
+    StatesTy(const StatesTy &S) : RefCount(S.RefCount) {}
+    /// use mutable to allow modification via std::set iterator which is const.
+    uint64_t RefCount;
----------------
Outdated comment, `RefCount` is no longer mutable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109007/new/

https://reviews.llvm.org/D109007



More information about the Openmp-commits mailing list