[Openmp-commits] [PATCH] D72285: [OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 6 20:51:19 PST 2020
kiszk marked an inline comment as done.
kiszk added inline comments.
================
Comment at: openmp/runtime/src/kmp_tasking.cpp:4148
+ if (ptask_dup != NULL) // set lastprivate flag, construct firstprivates,
+ // etc.
ptask_dup(next_task, task, lastpriv);
----------------
Jim wrote:
> Why new line here?
This is because this change leads to more than 80-column length.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72285/new/
https://reviews.llvm.org/D72285
More information about the Openmp-commits
mailing list