Silencing a spurious -Wreturn-type warning; NFC.

llvm-svn: 238099
This commit is contained in:
Aaron Ballman 2015-05-23 14:46:49 +00:00
parent 0acf19ed53
commit c681c3d890
1 changed files with 1 additions and 0 deletions

View File

@ -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