summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 4eb33c163da..abdfc4afb60 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud