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/CGOpenMPRuntime.cpp:4996
+      CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF);
+      auto NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(),
+                                           /*IgnoreResultAssign*/ true);
----------------
Specify `llvm::Value *` instead of `auto` here.


https://reviews.llvm.org/D29082



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

Reply via email to