| commit | ccf2f7352f82edf76b83c22812572258962698d6 | [log] [tgz] |
|---|---|---|
| author | Arpith Chacko Jacob <acjacob@us.ibm.com> | Tue Jan 03 20:19:56 2017 +0000 |
| committer | Arpith Chacko Jacob <acjacob@us.ibm.com> | Tue Jan 03 20:19:56 2017 +0000 |
| tree | 5011c43d4f5d6fee466dbb9117d652d813c9a447 | |
| parent | ada846aff00efaf5afddc239a4a38354c455744e [diff] |
[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 llvm-svn: 290904