[Openmp-commits] [PATCH] D119187: [Libomptarget] Replace Value RAII with default value

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 7 13:48:48 PST 2022


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/include/State.h:142
+  Ty *Ptr;
   Ty Val;
   bool Active;
----------------
jdoerfert wrote:
> Val is not used anymore, delete it.
My bad, it is used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119187



More information about the Openmp-commits mailing list