[OpenMP] Code cleanup for NVPTX OpenMP codegen
authorArpith Chacko Jacob <acjacob@us.ibm.com>
Tue, 3 Jan 2017 20:19:56 +0000 (20:19 +0000)
committerArpith Chacko Jacob <acjacob@us.ibm.com>
Tue, 3 Jan 2017 20:19:56 +0000 (20:19 +0000)
commit046076f93b93653f1eb8a9c6851cf7f1616d1711
tree9e3608fd09af231dbfdc9960496f15b617186cc4
parentf5be8ba13adc4ba1011a7ccd60c844bd60427c1c
[OpenMP] Code cleanup for NVPTX OpenMP codegen

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.

Reviewers: ABataev
Differential Revision: https://reviews.llvm.org/D28124

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.h