Placate gcc's -Wreturn-type

llvm-svn: 149104
This commit is contained in:
Matt Beaumont-Gay
2012-01-27 00:46:27 +00:00
parent 23f7793b13
commit 934bbf50fb

View File

@@ -1166,6 +1166,7 @@ CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
case QualType::DK_objc_weak_lifetime:
return destroyARCWeak;
}
llvm_unreachable("Unknown DestructionKind");
}
/// pushDestroy - Push the standard destructor for the given type.