Issue description:
[oota-llvm.git] / lib / CodeGen / SelectionDAG / InstrEmitter.h
index c081f38be024bcb641c528035531b6fdb6bc6a26..9eddee9e33d3417cbc33afe3cdd18a9a65beba4a 100644 (file)
@@ -105,12 +105,6 @@ public:
   /// (which do not go into the machine instrs.)
   static unsigned CountResults(SDNode *Node);
 
-  /// CountOperands - The inputs to target nodes have any actual inputs first,
-  /// followed by an optional chain operand, then flag operands.  Compute
-  /// the number of actual operands that will go into the resulting
-  /// MachineInstr.
-  static unsigned CountOperands(SDNode *Node);
-
   /// EmitDbgValue - Generate machine instruction for a dbg_value node.
   ///
   MachineInstr *EmitDbgValue(SDDbgValue *SD,