Skip to content

Commit a1a3c5f

Browse files
authored
Merge pull request #20546 from apple/rxwei-patch-2
2 parents 4d4b7ec + 194f352 commit a1a3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ParseSIL/ParseSIL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ namespace {
264264
return true;
265265
}
266266

267-
Result = ValueOwnershipKind(*Iter);
267+
Result = T(*Iter);
268268
return false;
269269
}
270270

0 commit comments

Comments
 (0)