[PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 28 08:56:26 PDT 2016
yaxunl added inline comments.
================
Comment at: lib/CodeGen/CodeGenFunction.cpp:439
@@ -438,1 +438,3 @@
+static void removeImageAccessQualifier(std::string& tyName) {
+ std::string roQual("__read_only");
----------------
variable names should be capitalized
http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
https://reviews.llvm.org/D23915
More information about the cfe-commits
mailing list