[PATCH] D28124: [OpenMP] Code cleanup for NVPTX OpenMP codegen

Arpith Jacob via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 27 08:53:39 PST 2016


arpith-jacob created this revision.
arpith-jacob added reviewers: ABataev, sfantao, carlo.bertolli, kkwli0, caomhin.
arpith-jacob added a subscriber: cfe-commits.
Herald added a subscriber: jholewinski.

This patch cleans up private methods for NVPTX OpenMP codegen.  It converts private members to static functions to follow the coding style of CGOpenMPRuntime.cpp and declutter the header file.


https://reviews.llvm.org/D28124

Files:
  lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  lib/CodeGen/CGOpenMPRuntimeNVPTX.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28124.82543.patch
Type: text/x-patch
Size: 7778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161227/eb66e749/attachment.bin>


More information about the cfe-commits mailing list