Silence Visual C++ warning in function summary parsing code (NFC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Teresa Johnson
2015-10-21 19:25:14 +00:00
parent e2266e94c8
commit bfe573bc32

View File

@@ -5538,6 +5538,7 @@ std::error_code FunctionIndexBitcodeReader::parseFunctionSummary(
// importing is added so that it can be tested.
SmallVector<uint64_t, 64> Record;
switch (Stream.readRecord(Entry.ID, Record)) {
case bitc::FS_CODE_COMBINED_ENTRY:
default:
return error("Invalid record");
}