From b96e50ccbd41cb7685ee5b9cabf890fe28421239 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Thu, 13 Oct 2005 03:10:46 +0000 Subject: [PATCH] SimplifySelectCC is dead llvm-svn: 23705 --- llvm/include/llvm/CodeGen/SelectionDAG.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h index bfd7113fab7c..44d14a81e5e2 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAG.h +++ b/llvm/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 >,