CellSPU: Fix bug 3606, as well as some ongoing work.
[oota-llvm.git] / lib / Target / CellSPU / SPUISelLowering.h
index 54aac66571da35f20952af518ea6200658f2ede8..1be376ce31b432a3c32d1c25b22554c232369f66 100644 (file)
@@ -111,9 +111,11 @@ namespace llvm {
     /// getSetCCResultType - Return the ValueType for ISD::SETCC
     virtual MVT getSetCCResultType(const SDValue &) const;
     
-    /// LowerOperation - Provide custom lowering hooks for some operations.
-    ///
+    //! Custom lowering hooks
     virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG);
+
+    //! Provide custom lowering hooks for nodes with illegal result types.
+    SDNode *ReplaceNodeResults(SDNode *N, SelectionDAG &DAG);
     
     virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;