File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5004,7 +5004,7 @@ DEFINE_EMPTY_CAN_TYPE_WRAPPER(SILBoxType, Type)
5004
5004
5005
5005
class SILMoveOnlyWrappedType;
5006
5006
class SILModule ; // From SIL
5007
- typedef CanTypeWrapper<SILMoveOnlyWrappedType> CanMoveOnlyType ;
5007
+ typedef CanTypeWrapper<SILMoveOnlyWrappedType> CanSILMoveOnlyWrappedType ;
5008
5008
5009
5009
// / A wrapper type that marks an inner type as being a move only value. Can not
5010
5010
// / be written directly at the Swift level, instead it is triggered by adding
@@ -5022,7 +5022,7 @@ class SILMoveOnlyWrappedType final : public TypeBase,
5022
5022
public:
5023
5023
CanType getInnerType () const { return innerType; }
5024
5024
5025
- static CanMoveOnlyType get (CanType innerType);
5025
+ static CanSILMoveOnlyWrappedType get (CanType innerType);
5026
5026
5027
5027
static bool classof (const TypeBase *T) {
5028
5028
return T->getKind () == TypeKind::SILMoveOnlyWrapped;
You can’t perform that action at this time.
0 commit comments