mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 19:38:40 +00:00
Make this assertion better
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
619b2d23c9
commit
3824e50b1e
@ -4630,7 +4630,7 @@ void SelectionDAGLegalize::SplitVectorOp(SDOperand Op, SDOperand &Lo,
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (Node->getOpcode()) {
|
switch (Node->getOpcode()) {
|
||||||
default: Node->dump(); assert(0 && "Unknown vector operation!");
|
default: Node->dump(); assert(0 && "Unhandled operation in SplitVectorOp!");
|
||||||
case ISD::VBUILD_VECTOR: {
|
case ISD::VBUILD_VECTOR: {
|
||||||
std::vector<SDOperand> LoOps(Node->op_begin(), Node->op_begin()+NewNumElts);
|
std::vector<SDOperand> LoOps(Node->op_begin(), Node->op_begin()+NewNumElts);
|
||||||
LoOps.push_back(NewNumEltsNode);
|
LoOps.push_back(NewNumEltsNode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user