projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2266e9
)
Silence Visual C++ warning in function summary parsing code (NFC)
author
Teresa Johnson
<tejohnson@google.com>
Wed, 21 Oct 2015 19:25:14 +0000
(19:25 +0000)
committer
Teresa Johnson
<tejohnson@google.com>
Wed, 21 Oct 2015 19:25:14 +0000
(19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250929
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp
patch
|
blob
|
history
diff --git
a/lib/Bitcode/Reader/BitcodeReader.cpp
b/lib/Bitcode/Reader/BitcodeReader.cpp
index 604cbe37c64dcab055210f50fd3b033d2de35250..e8d45790e3b40c70229c6887c504ee0cdba26d0b 100644
(file)
--- a/
lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/
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");
}