projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619b2d2
)
Make this assertion better
author
Chris Lattner
<sabre@nondot.org>
Fri, 14 Apr 2006 06:08:35 +0000
(06:08 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 14 Apr 2006 06:08:35 +0000
(06:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27695
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 5cb1b7eccede981a0ca1065cbe2af088d45b6fd0..9b2d5508b71f316f6f849b1595ae7f905abc0906 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@
-4630,7
+4630,7
@@
void SelectionDAGLegalize::SplitVectorOp(SDOperand Op, SDOperand &Lo,
}
switch (Node->getOpcode()) {
- default: Node->dump(); assert(0 && "Un
known vector operation
!");
+ default: Node->dump(); assert(0 && "Un
handled operation in SplitVectorOp
!");
case ISD::VBUILD_VECTOR: {
std::vector<SDOperand> LoOps(Node->op_begin(), Node->op_begin()+NewNumElts);
LoOps.push_back(NewNumEltsNode);