mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
All cases are covered, no need for a default. This deals with the
corresponding clang warning. llvm-svn: 159742
This commit is contained in:
parent
7623c9ec6d
commit
763b96beb7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user