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

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 28 10:33:06 PST 2016


jlebar added inline comments.


================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:31
+// NVPTX Address space
+enum ADDRESS_SPACE {
+  ADDRESS_SPACE_SHARED = 3,
----------------
Please fix enum typename name and the name of the enumerator: http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly


https://reviews.llvm.org/D28124





More information about the cfe-commits mailing list