mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix errors and warnings building swift/SILGen on Windows using MSVC
This commit is contained in:
@@ -57,6 +57,8 @@ bool ArgumentSource::requiresCalleeToEvaluate() {
|
||||
case Kind::Expr:
|
||||
return isa<TupleShuffleExpr>(asKnownExpr());
|
||||
}
|
||||
|
||||
llvm_unreachable("Unhandled Kind in switch.");
|
||||
}
|
||||
|
||||
RValue ArgumentSource::getAsRValue(SILGenFunction &gen, SGFContext C) && {
|
||||
|
||||
Reference in New Issue
Block a user