mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Silence MSVC warning on missing return after fully covered switch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221943 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f485c0bc5
commit
b036e71e41
@ -66,6 +66,7 @@ static uint64_t readAbbreviatedField(BitstreamCursor &Cursor,
|
||||
case BitCodeAbbrevOp::Char6:
|
||||
return BitCodeAbbrevOp::DecodeChar6(Cursor.Read(6));
|
||||
}
|
||||
llvm_unreachable("invalid abbreviation encoding");
|
||||
}
|
||||
|
||||
static void skipAbbreviatedField(BitstreamCursor &Cursor,
|
||||
|
Loading…
x
Reference in New Issue
Block a user