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

LG with a nit



================
Comment at: lib/CodeGen/CGStmtOpenMP.cpp:312
+          assert(ArgLVal.getType()->isPointerType());
+          ArgAddr = this->EmitLoadOfPointer(
+              ArgAddr, ArgLVal.getType()->castAs<PointerType>());
----------------
Remove `this->`


https://reviews.llvm.org/D25373



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

Reply via email to