mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Placate gcc's -Wreturn-type
llvm-svn: 149104
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user