carlo.bertolli marked 4 inline comments as done.

================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:4426-4431
@@ +4425,8 @@
+                                         SourceLocation Loc) {
+  llvm::Value *PushNumTeamsArgs[] = {
+      emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), NumTeams,
+      ThreadLimit};
+  CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_push_num_teams),
+                      PushNumTeamsArgs);
+
+  if (!CGF.HaveInsertPoint())
----------------
ABataev wrote:
> What is this? Copy-paste?
Yes, it is - sorry!


Repository:
  rL LLVM

http://reviews.llvm.org/D17148



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

Reply via email to