Remove default in fully-covered switch (to fix Clang -Werror -Wcovered-switch-default)

llvm-svn: 234760
This commit is contained in:
David Blaikie 2015-04-13 16:37:50 +00:00
parent d579048464
commit 155f38e0d8
1 changed files with 0 additions and 1 deletions

View File

@ -1649,7 +1649,6 @@ void DAGTypeLegalizer::ExpandIntRes_ADDSUB(SDNode *N,
SDValue OVF = Lo.getValue(1);
switch (BoolType) {
default:
case TargetLoweringBase::UndefinedBooleanContent:
OVF = DAG.getNode(ISD::AND, dl, NVT, DAG.getConstant(1, NVT), OVF);
// Fallthrough