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

Unified Diff: pnacl-llvm/NaClBitstreamReader.cpp

Issue 1963193003: Remove compiler warning when building within LLVM trunk. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl-llvm/NaClBitstreamReader.cpp
diff --git a/pnacl-llvm/NaClBitstreamReader.cpp b/pnacl-llvm/NaClBitstreamReader.cpp
index 8aab59d43ca1ba8f04b753265a7c8e958b722301..0f1aa02e4a6582aa1c87b1994d920abca4d6934a 100644
--- a/pnacl-llvm/NaClBitstreamReader.cpp
+++ b/pnacl-llvm/NaClBitstreamReader.cpp
@@ -188,6 +188,7 @@ uint64_t NaClBitstreamCursor::readArrayAbbreviatedField(
case NaClBitCodeAbbrevOp::Char6:
return NaClBitCodeAbbrevOp::DecodeChar6(Read(6));
}
+ llvm_unreachable("Illegal abbreviation encoding for field!");
}
void NaClBitstreamCursor::readArrayAbbrev(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698