diff options
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index c302930841..31b7fc7b6e 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -990,15 +990,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { return 0; } case Intrinsic::bswap_i16: - setValue(&I, DAG.getNode(ISD::BSWAP, - getValue(I.getOperand(1)).getValueType(), - getValue(I.getOperand(1)))); - return 0; case Intrinsic::bswap_i32: - setValue(&I, DAG.getNode(ISD::BSWAP, - getValue(I.getOperand(1)).getValueType(), - getValue(I.getOperand(1)))); - return 0; case Intrinsic::bswap_i64: setValue(&I, DAG.getNode(ISD::BSWAP, getValue(I.getOperand(1)).getValueType(), |