forked from OSchip/llvm-project
parent
7b6f77e85b
commit
6d505c07e5
|
@ -82,7 +82,7 @@ getZeroLiteralToCompareWithForGivenType(CastKind CastExpressionKind,
|
|||
return Context.getLangOpts().CPlusPlus11 ? "nullptr" : "0";
|
||||
|
||||
default:
|
||||
assert(false && "Unexpected cast kind");
|
||||
llvm_unreachable("Unexpected cast kind");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue