forked from OSchip/llvm-project
Silencing a spurious -Wreturn-type warning; NFC.
llvm-svn: 238099
This commit is contained in:
parent
0acf19ed53
commit
c681c3d890
|
@ -228,6 +228,7 @@ unsigned DIEValue::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
|
|||
SIZE_OF_IMPL(LocList)
|
||||
#undef SIZE_OF_IMPL
|
||||
}
|
||||
llvm_unreachable("Unknown DIE kind");
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
|
Loading…
Reference in New Issue