mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Removed useless switch for default case when switch was covering all the enum values
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a348fecf2f
commit
e5ae51a38f
@ -235,7 +235,6 @@ SDValue DAGTypeLegalizer::ScalarizeVecRes_VSELECT(SDNode *N) {
|
||||
if (ScalarBool != VecBool) {
|
||||
EVT CondVT = Cond.getValueType();
|
||||
switch (ScalarBool) {
|
||||
default: llvm_unreachable("Unknown boolean content enum");
|
||||
case TargetLowering::UndefinedBooleanContent:
|
||||
break;
|
||||
case TargetLowering::ZeroOrOneBooleanContent:
|
||||
|
Loading…
x
Reference in New Issue
Block a user