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:
@@ -24,9 +24,10 @@
|
||||
|
||||
namespace swift {
|
||||
|
||||
class AbstractClosureExpr;
|
||||
using Mangler = Mangle::Mangler;
|
||||
|
||||
namespace Mangle {
|
||||
|
||||
class AbstractClosureExpr;
|
||||
|
||||
enum class SpecializationKind : uint8_t {
|
||||
Generic,
|
||||
@@ -184,7 +185,6 @@ private:
|
||||
NullablePtr<SILInstruction> Inst);
|
||||
};
|
||||
|
||||
} // end namespace Mangle
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user