Implement ExpandOperationResult for ppc i64 fp->int, which fixes
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
index 01a35a84553e5b1a0a1cbaebaa8c5e3cb7e84c50..2df750d92afb501b345b96eacfb88421ec08ea06 100644 (file)
@@ -248,6 +248,8 @@ namespace llvm {
     /// LowerOperation - Provide custom lowering hooks for some operations.
     ///
     virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
+
+    virtual SDNode *ExpandOperationResult(SDNode *N, SelectionDAG &DAG);
     
     virtual SDOperand PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;