All cases are covered, no need for a default. This deals with the

corresponding clang warning.

llvm-svn: 159742
This commit is contained in:
Duncan Sands 2012-07-05 10:14:33 +00:00
parent 1d5d23106e
commit 71dacd09fe
1 changed files with 0 additions and 1 deletions

View File

@ -2394,7 +2394,6 @@ TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
// constant being emitted.
uint64_t EqVal;
switch (getBooleanContents(N0.getValueType().isVector())) {
default: llvm_unreachable("Unknown boolean contents!");
case UndefinedBooleanContent:
case ZeroOrOneBooleanContent:
EqVal = ISD::isTrueWhenEqual(Cond);