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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | ||
---|---|---|
31 | Please fix enum typename name and the name of the enumerator: http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly |
Comment Actions
Addressed comments in review to start function names with a lowercase letter and to fix the enum type name along with the enumerator name.
Please fix enum typename name and the name of the enumerator: http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly