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.
2 parents fbf7d5e + b6e720a commit 23c0feaCopy full SHA for 23c0fea
lib/SILGen/SILGenApply.cpp
@@ -3668,7 +3668,8 @@ namespace {
3668
: SGF(e.SGF), uncurriedSites(std::move(e.uncurriedSites)),
3669
extraSites(std::move(e.extraSites)), callee(std::move(e.callee)),
3670
initialWritebackScope(std::move(e.initialWritebackScope)),
3671
- uncurries(e.uncurries), applied(e.applied) {
+ uncurries(e.uncurries), applied(e.applied),
3672
+ assumedPlusZeroSelf(e.assumedPlusZeroSelf) {
3673
e.applied = true;
3674
}
3675
0 commit comments