This is an archive of the discontinued LLVM Phabricator instance.

Cleanup: put i_maxmin members and ___kmp_size_type into traits_t
ClosedPublic

Authored by jlpeyton on Jan 17 2017, 11:45 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Jan 17 2017, 11:45 PM
This revision is now accepted and ready to land.Jan 27 2017, 10:03 AM
This revision was automatically updated to reflect the committed changes.