Silencing a spurious -Wreturn-type warning; NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Aaron Ballman 2015-05-23 14:46:49 +00:00
parent 43a5aa62d4
commit a5d0a48209

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