[NFC] Silence Non-Exhaustive Switch Warnings on Windows

This commit is contained in:
Robert Widmann
2020-10-14 13:26:09 -07:00
parent 804459df81
commit 6125d25cb4
16 changed files with 21 additions and 0 deletions

View File

@@ -984,6 +984,7 @@ specializeApplySite(SILOptFunctionBuilder &FuncBuilder, ApplySite Apply,
GenericSpecializationInformation::create(ApplyInst, Builder));
}
}
llvm_unreachable("unhandled apply inst kind!");
}
static void rewriteApplySites(AllocBoxToStackState &pass) {