forked from OSchip/llvm-project
parent
ad070d0588
commit
cf93cbb7a4
|
|
@ -52,7 +52,7 @@ static bool ignoreCallingConv(LibFunc::Func Func) {
|
|||
default:
|
||||
return false;
|
||||
}
|
||||
llvm_unreachable();
|
||||
llvm_unreachable("All cases should be covered in the switch.");
|
||||
}
|
||||
|
||||
/// isOnlyUsedInZeroEqualityComparison - Return true if it only matters that the
|
||||
|
|
|
|||
Loading…
Reference in New Issue