Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.

LGTM! Could you please remove the line with printf before committing (see 
comment above)?


================
Comment at: lib/CodeGen/CGBuiltin.cpp:1976
@@ +1975,3 @@
+        getContext().getTargetAddressSpace(LangAS::opencl_generic);
+    if(GenericAS != 4U) printf("Generic AS is %d\n",GenericAS);
+    llvm::Type *I8PTy = llvm::PointerType::get(
----------------
Could you remove this line with printf please?


http://reviews.llvm.org/D15914



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to