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:
543abdf
)
Stub out shufflevector
author
Chris Lattner
<sabre@nondot.org>
Sat, 8 Apr 2006 01:19:25 +0000
(
01:19
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 8 Apr 2006 01:19:25 +0000
(
01:19
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27514
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 4eb33c163da64d5d627ef95ce8ddfad5eb3702f9..abdfc4afb609573a3b2db0a41de3c707872bbe48 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-516,6
+516,7
@@
public:
void visitExtractElement(User &I);
void visitInsertElement(User &I);
+ void visitShuffleVector(User &I) { assert(0 && "ShuffleVector not impl!"); }
void visitGetElementPtr(User &I);
void visitCast(User &I);