File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
lib/SILOptimizer/Transforms Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// ===----------------------------------------------------------------------===//
17
17
18
- #define DEBUG_TYPE " sil-generic-specialize "
18
+ #define DEBUG_TYPE " sil-generic-specializer "
19
19
20
20
#include " swift/SIL/SILFunction.h"
21
21
#include " swift/SIL/SILInstruction.h"
26
26
27
27
using namespace swift ;
28
28
29
- // STATISTIC(NumEscapingAllocas, "Number of aggregate allocas not chopped up "
30
- // "due to uses.");
31
- // STATISTIC(NumChoppedAllocas, "Number of chopped up aggregate allocas.");
32
- // STATISTIC(NumUnhandledAllocas, "Number of non struct, tuple allocas.");
33
-
34
- namespace {} // end anonymous namespace
35
-
36
29
namespace {
37
30
38
31
class GenericSpecializer : public SILFunctionTransform {
You can’t perform that action at this time.
0 commit comments