diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index bfd7113fab7..44d14a81e5e 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -358,12 +358,6 @@ private: SDOperand SimplifySetCC(MVT::ValueType VT, SDOperand N1, SDOperand N2, ISD::CondCode Cond); - /// SimplifySelectCC - Try to simplify a select_cc built with the specified - /// operands and cc. This can be used to simplify both the select_cc node, - /// and a select node whose first operand is a setcc. - SDOperand SimplifySelectCC(SDOperand N1, SDOperand N2, SDOperand N3, - SDOperand N4, ISD::CondCode CC); - // Maps to auto-CSE operations. std::map, SDNode *> NullaryOps; std::map >,