Drop dead return after llvm_unreachable. NFC.

llvm-svn: 251279
This commit is contained in:
Benjamin Kramer 2015-10-26 09:57:00 +00:00
parent 8604457f2e
commit 94bbbc29bd
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ getZeroLiteralToCompareWithForGivenType(CastKind CastExpressionKind,
default:
llvm_unreachable("Unexpected cast kind");
}
return "";
}
bool isUnaryLogicalNotOperator(const Stmt *Statement) {