[Openmp-commits] [PATCH] D41831: Minor code cleanup
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 9 05:28:11 PST 2018
protze.joachim added inline comments.
================
Comment at: runtime/src/kmp_runtime.cpp:5537
+ __kmp_free_implicit_task(this_th);
+ this_th->th.th_current_task = NULL;
+
----------------
Is there a reason for not putting this into the `__kmp_free_implicit_task` function?
Repository:
rL LLVM
https://reviews.llvm.org/D41831
More information about the Openmp-commits
mailing list