mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +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!");
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ISD::VSELECT:
|
||||
Result = DAG.getNode(ISD::SELECT, NewVT, Op.getOperand(0),
|
||||
PackVectorOp(Op.getOperand(1), NewVT),
|
||||
|
Loading…
x
Reference in New Issue
Block a user