summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-10-21 19:25:14 +0000
committerTeresa Johnson <tejohnson@google.com>2015-10-21 19:25:14 +0000
commitc8a8a5e2aeb82403fd93053bef0124d3e82f186e (patch)
treef301bf10e1a21b30ac154e15f9af71544ac561dd /llvm/lib/Bitcode
parent93c0b003805f40081edba82fbd9e9375c880a1e2 (diff)
downloadbcm5719-llvm-c8a8a5e2aeb82403fd93053bef0124d3e82f186e.tar.gz
bcm5719-llvm-c8a8a5e2aeb82403fd93053bef0124d3e82f186e.zip
Silence Visual C++ warning in function summary parsing code (NFC)
llvm-svn: 250929
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index 604cbe37c64..e8d45790e3b 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -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");
}
OpenPOWER on IntegriCloud