mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: move the FunctionBuilderTy template argument from TypeSubstCloner to remapParentFunction
This commit is contained in:
@@ -43,10 +43,8 @@ using llvm::SmallVectorImpl;
|
||||
/// Create a SILCloner for Existential Specilizer.
|
||||
namespace {
|
||||
class ExistentialSpecializerCloner
|
||||
: public TypeSubstCloner<ExistentialSpecializerCloner,
|
||||
SILOptFunctionBuilder> {
|
||||
using SuperTy =
|
||||
TypeSubstCloner<ExistentialSpecializerCloner, SILOptFunctionBuilder>;
|
||||
: public TypeSubstCloner<ExistentialSpecializerCloner> {
|
||||
using SuperTy = TypeSubstCloner<ExistentialSpecializerCloner>;
|
||||
friend class SILInstructionVisitor<ExistentialSpecializerCloner>;
|
||||
friend class SILCloner<ExistentialSpecializerCloner>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user