Move generic specializer cloning code into GenericCloner.h/GenericCloner.cpp.

This leaves nothing but the helper for specializing an ApplySite in
Generics.h/Generics.cpp, and I expect to rename these files accordingly
at some point.

Swift SVN r26827
This commit is contained in:
Mark Lacey
2015-04-01 22:01:32 +00:00
parent 6e02f6bf21
commit 13bbd3b11e
6 changed files with 174 additions and 112 deletions

View File

@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "specialization"
#define DEBUG_TYPE "generic-specializer"
#include "swift/SILPasses/Utils/Generics.h"
#include "swift/SILPasses/Passes.h"