Skip to content

Commit 4eebe7c

Browse files
committed
[typelowering] Rename isMoveOnly() -> isMoveOnlyWrapped()
Just updating type lowering API to match the names on SILType.
1 parent 8216a2a commit 4eebe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/TypeLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class TypeLowering {
296296
IsInfiniteType_t isInfinite() const {
297297
return IsInfiniteType_t((Flags & InfiniteFlag) != 0);
298298
}
299-
IsMoveOnly_t isMoveOnly() const {
299+
IsMoveOnly_t isMoveOnlyWrapped() const {
300300
return IsMoveOnly_t((Flags & MoveOnlyFlag) != 0);
301301
}
302302

0 commit comments

Comments
 (0)