mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Mangler] Move the SILMangler out of the AST Mangler namespace.
This commit is contained in:
@@ -71,8 +71,8 @@ static llvm::SmallString<64> getClonedName(PartialApplyInst *PAI,
|
||||
|
||||
llvm::raw_svector_ostream buffer(ClonedName);
|
||||
Mangle::Mangler M(buffer);
|
||||
auto P = Mangle::SpecializationPass::CapturePropagation;
|
||||
Mangle::FunctionSignatureSpecializationMangler Mangler(P, M, F);
|
||||
auto P = SpecializationPass::CapturePropagation;
|
||||
FunctionSignatureSpecializationMangler Mangler(P, M, F);
|
||||
|
||||
// We know that all arguments are literal insts.
|
||||
auto Args = PAI->getArguments();
|
||||
|
||||
Reference in New Issue
Block a user