ABataev added inline comments.

================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:9199
+      OpenMPDistScheduleClauseKind *ScheduleKind, llvm::Value *&Chunk) const {
+  return;
+}
----------------
Remove `return;`, it is not required


================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.h:345
+  void setDefaultDistScheduleAndChunk(CodeGenFunction &CGF,
+      OpenMPDistScheduleClauseKind *ScheduleKind,
+      llvm::Value *&Chunk) const override;
----------------
Modify it to be the reference rather than the pointer.


Repository:
  rC Clang

https://reviews.llvm.org/D52434



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

Reply via email to