[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:47:39 PST 2022


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: sstefan1.

LG



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


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