mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
Missing break
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
854071c163
commit
db3c626eb9
@ -4773,6 +4773,7 @@ SDOperand SelectionDAGLegalize::PackVectorOp(SDOperand Op,
|
|||||||
assert(0 && "Cast from unsupported vector type not implemented yet!");
|
assert(0 && "Cast from unsupported vector type not implemented yet!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case ISD::VSELECT:
|
case ISD::VSELECT:
|
||||||
Result = DAG.getNode(ISD::SELECT, NewVT, Op.getOperand(0),
|
Result = DAG.getNode(ISD::SELECT, NewVT, Op.getOperand(0),
|
||||||
PackVectorOp(Op.getOperand(1), NewVT),
|
PackVectorOp(Op.getOperand(1), NewVT),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user