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)
50045004
50055005class SILMoveOnlyWrappedType;
50065006class SILModule ; // From SIL
5007- typedef CanTypeWrapper<SILMoveOnlyWrappedType> CanMoveOnlyType ;
5007+ typedef CanTypeWrapper<SILMoveOnlyWrappedType> CanSILMoveOnlyWrappedType ;
50085008
50095009// / A wrapper type that marks an inner type as being a move only value. Can not
50105010// / be written directly at the Swift level, instead it is triggered by adding
@@ -5022,7 +5022,7 @@ class SILMoveOnlyWrappedType final : public TypeBase,
50225022public:
50235023 CanType getInnerType () const { return innerType; }
50245024
5025- static CanMoveOnlyType get (CanType innerType);
5025+ static CanSILMoveOnlyWrappedType get (CanType innerType);
50265026
50275027 static bool classof (const TypeBase *T) {
50285028 return T->getKind () == TypeKind::SILMoveOnlyWrapped;
You can’t perform that action at this time.
0 commit comments