summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-10 03:20:39 +0000
committerChris Lattner <sabre@nondot.org>2007-04-10 03:20:39 +0000
commitf269d84ca0a0b88d0a7836c89fcb3eac44e01584 (patch)
treedbfe4311921497129f78bb04344870f9aa6e13f8 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent0e772b772621577b6f009f798f7bb2fcd6491bb5 (diff)
downloadbcm5719-llvm-f269d84ca0a0b88d0a7836c89fcb3eac44e01584.tar.gz
bcm5719-llvm-f269d84ca0a0b88d0a7836c89fcb3eac44e01584.zip
apparently some people commit without building the tree, or they forget to
commit a LOT of files. llvm-svn: 35858
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 967144ca718..cd194c96cf3 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2689,7 +2689,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
DAG.setRoot(Tmp.getValue(1));
return 0;
}
- case Intrinsic::bit_part_select: {
+ case Intrinsic::part_select: {
// Currently not implemented: just abort
assert(0 && "bit_part_select intrinsic not implemented");
abort();
OpenPOWER on IntegriCloud