forked from OSchip/llvm-project
Silence Visual C++ warning in function summary parsing code (NFC)
llvm-svn: 250929
This commit is contained in:
parent
93c0b00380
commit
c8a8a5e2ae
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue