aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 1bd2aae715..f824950d46 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -2439,9 +2439,11 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
return 0;
}
case Intrinsic::bit_part_select: {
- MVT::ValueType Ty = getValue(I.getOperand(1)).getValueType();
- setValue(&I, DAG.getTargetConstant(0, Ty));
- return 0;
+ // MVT::ValueType Ty = getValue(I.getOperand(1)).getValueType();
+ // setValue(&I, DAG.getTargetConstant(0, Ty));
+ // Currently not implemented: just abort
+ assert(0 && "bit_part_select intrinsic not implemented");
+ abort();
}
case Intrinsic::bswap:
setValue(&I, DAG.getNode(ISD::BSWAP,