Fix errors and warnings building swift/SILGen on Windows using MSVC

This commit is contained in:
Hugh Bellamy
2016-12-22 11:51:55 +00:00
parent 6805ecccae
commit 95af3aa7c8
9 changed files with 29 additions and 2 deletions

View File

@@ -140,6 +140,8 @@ public:
case ImplodeKind::Copy:
return v.copyUnmanaged(gen, l).forward(gen);
}
llvm_unreachable("Unhandled ImplodeKind in switch.");
}
ImplodeLoadableTupleValue(ArrayRef<ManagedValue> values,