mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "specialization"
|
||||
#define DEBUG_TYPE "generic-specializer"
|
||||
|
||||
#include "swift/SILPasses/Utils/Generics.h"
|
||||
#include "swift/SILPasses/Passes.h"
|
||||
|
||||
Reference in New Issue
Block a user