[Openmp-commits] [PATCH] D28847: Cleanup: put i_maxmin members and ___kmp_size_type into traits_t

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 17 23:45:45 PST 2017


jlpeyton created this revision.

Put the duplicated `i_maxmin` into `traits_t` by adding new members `max_value` and
`min_value`.  Put `___kmp_size_type` into `traits_t` by adding member `type_size`.


Repository:
  rL LLVM

https://reviews.llvm.org/D28847

Files:
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_os.h
  runtime/src/kmp_sched.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28847.84802.patch
Type: text/x-patch
Size: 11625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170118/3a2e5dcb/attachment.bin>


More information about the Openmp-commits mailing list