Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp

Issue 867013002: Fix more build warnings (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp
diff --git a/lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp b/lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp
index 8c7b913b4d59eadfbf5cd17d9b21f66aa2572d56..76811a1f091eb8c6ba2153435cc327fd42ec7817 100644
--- a/lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp
+++ b/lib/Bitcode/NaCl/Reader/NaClBitCodes.cpp
@@ -54,6 +54,7 @@ bool NaClBitCodeAbbrevOp::isValid(Encoding E, uint64_t Val) {
case Array:
return Val == 0;
}
+ llvm_unreachable("unhandled abbreviation");
}
void NaClBitCodeAbbrevOp::Print(raw_ostream& Stream) const {
« no previous file with comments | « lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698