Skip to content

Commit 4bb33dc

Browse files
committed
Remove some inadvertantly committed code.
Remove some things that were supposed to have been removed prior to the original commit, and fix a typo in the DEBUG_TYPE string.
1 parent 87bd891 commit 4bb33dc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/SILOptimizer/Transforms/GenericSpecializer.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//
1616
//===----------------------------------------------------------------------===//
1717

18-
#define DEBUG_TYPE "sil-generic-specialize"
18+
#define DEBUG_TYPE "sil-generic-specializer"
1919

2020
#include "swift/SIL/SILFunction.h"
2121
#include "swift/SIL/SILInstruction.h"
@@ -26,13 +26,6 @@
2626

2727
using namespace swift;
2828

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-
3629
namespace {
3730

3831
class GenericSpecializer : public SILFunctionTransform {

0 commit comments

Comments
 (0)