forked from OSchip/llvm-project
Drop dead return after llvm_unreachable. NFC.
llvm-svn: 251279
This commit is contained in:
parent
8604457f2e
commit
94bbbc29bd
|
|
@ -84,7 +84,6 @@ getZeroLiteralToCompareWithForGivenType(CastKind CastExpressionKind,
|
|||
default:
|
||||
llvm_unreachable("Unexpected cast kind");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
bool isUnaryLogicalNotOperator(const Stmt *Statement) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue