[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

Nate Begeman natebegeman at mac.com
Wed Oct 12 20:10:58 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAG.h updated: 1.62 -> 1.63
---
Log message:

SimplifySelectCC is dead


---
Diffs of the changes:  (+0 -6)

 SelectionDAG.h |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.62 llvm/include/llvm/CodeGen/SelectionDAG.h:1.63
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.62	Fri Sep 30 14:27:01 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h	Wed Oct 12 22:10:46 2005
@@ -358,12 +358,6 @@
   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<std::pair<unsigned, MVT::ValueType>, SDNode *> NullaryOps;
   std::map<std::pair<unsigned, std::pair<SDOperand, MVT::ValueType> >,






More information about the llvm-commits mailing list