[Openmp-commits] [PATCH] D65870: [OpenMP] Remove 'unnecessary parentheses'
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 7 07:48:49 PDT 2019
AndreyChurbanov added inline comments.
================
Comment at: openmp/runtime/src/kmp_runtime.cpp:5708
pteam = (kmp_team_t * (*))(&this_thr->th.th_team);
----------------
I think these extra parentheses " (*)" can also be changed to "*".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65870/new/
https://reviews.llvm.org/D65870
More information about the Openmp-commits
mailing list