mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -736,7 +736,7 @@ static void countStatsPostSILGen(UnifiedStatsReporter &Stats,
|
||||
auto &C = Stats.getFrontendCounters();
|
||||
// FIXME: calculate these in constant time, via the dense maps.
|
||||
C.NumSILGenFunctions += Module.getFunctionList().size();
|
||||
C.NumSILGenVtables += Module.getVTableList().size();
|
||||
C.NumSILGenVtables += Module.getVTables().size();
|
||||
C.NumSILGenWitnessTables += Module.getWitnessTableList().size();
|
||||
C.NumSILGenDefaultWitnessTables += Module.getDefaultWitnessTableList().size();
|
||||
C.NumSILGenGlobalVariables += Module.getSILGlobalList().size();
|
||||
|
||||
Reference in New Issue
Block a user