This is fixing warning from clang:
warning: private field 'ModuleSlice' is not used [-Wunused-private-field]
SmallPtrSetImpl<Function *> &ModuleSlice; ^
Differential D82027
Remove "unused" member ModuleSlice from `struct OpenMPOpt` mehdi_amini on Jun 17 2020, 10:25 AM. Authored by
Details This is fixing warning from clang: warning: private field 'ModuleSlice' is not used [-Wunused-private-field] SmallPtrSetImpl<Function *> &ModuleSlice; ^
Diff Detail
Event TimelineComment Actions This was my bad. Thanks for noticing!
|
This can now be OMPInfoCache.ModuleSlice.size()