summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorRobert Bocchino <bocchino@illinois.edu>2006-01-10 19:04:57 +0000
committerRobert Bocchino <bocchino@illinois.edu>2006-01-10 19:04:57 +0000
commit2c966e7617185bd7057e37445435febd86e5805a (patch)
tree5f68a882eba99ecd89048f8df987ade86f245c36 /llvm/lib/CodeGen
parentbec39ee4e5d222fb38ce35433740b8ecf85f9e43 (diff)
downloadbcm5719-llvm-2c966e7617185bd7057e37445435febd86e5805a.tar.gz
bcm5719-llvm-2c966e7617185bd7057e37445435febd86e5805a.zip
Added selection DAG support for the extractelement operation.
llvm-svn: 25179
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 b7dd97c62a7..d423ddd1cab 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -388,6 +388,7 @@ public:
void visitUnreachable(UnreachableInst &I) { /* noop */ }
// These all get lowered before this pass.
+ void visitExtractElement(ExtractElementInst &I) { assert(0 && "TODO"); }
void visitSwitch(SwitchInst &I) { assert(0 && "TODO"); }
void visitInvoke(InvokeInst &I) { assert(0 && "TODO"); }
void visitUnwind(UnwindInst &I) { assert(0 && "TODO"); }
OpenPOWER on IntegriCloud