Skip to content

Commit 7ea2d5c

Browse files
committed
[Gardening] Tweaked argument label.
1 parent 46fe0f7 commit 7ea2d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILGen/SILGenProlog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ struct ArgumentInitHelper {
301301

302302
if (value->getType().isTrivial(SGF.F)) {
303303
value = SGF.B.createOwnedCopyableToMoveOnlyWrapperValue(loc, value);
304-
value = SGF.B.createMoveValue(loc, value, true /*is lexical*/);
304+
value = SGF.B.createMoveValue(loc, value, /*isLexical=*/true);
305305

306306
// If our argument was owned, we use no implicit copy. Otherwise, we
307307
// use no copy.

0 commit comments

Comments
 (0)