hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:937
     if (!CapturedVars.empty()) {
+      // There's somehting to share, add the attribute
+      CGF.CurFn->addFnAttr("has-nvptx-shared-depot");
----------------
somehting -> something, add a period at the end of the comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D40451



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D40451: [Op... Hal Finkel via Phabricator via cfe-commits

Reply via email to