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 0bd6825 commit 6c4dd2bCopy full SHA for 6c4dd2b
lib/SILGen/SILGenStmt.cpp
@@ -869,7 +869,6 @@ bool SILGenFunction::emitBorrowOrMutateAccessorResult(
869
void SILGenFunction::emitReturnExpr(SILLocation branchLoc,
870
Expr *ret) {
871
SmallVector<SILValue, 4> directResults;
872
- auto *accessor = dyn_cast_or_null<AccessorDecl>(FunctionDC->getAsDecl());
873
auto retTy = ret->getType()->getCanonicalType();
874
875
AbstractionPattern origRetTy = TypeContext
0 commit comments