We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe0f7 commit 7ea2d5cCopy full SHA for 7ea2d5c
lib/SILGen/SILGenProlog.cpp
@@ -301,7 +301,7 @@ struct ArgumentInitHelper {
301
302
if (value->getType().isTrivial(SGF.F)) {
303
value = SGF.B.createOwnedCopyableToMoveOnlyWrapperValue(loc, value);
304
- value = SGF.B.createMoveValue(loc, value, true /*is lexical*/);
+ value = SGF.B.createMoveValue(loc, value, /*isLexical=*/true);
305
306
// If our argument was owned, we use no implicit copy. Otherwise, we
307
// use no copy.
0 commit comments