R600: Custom lower f32 = uint_to_fp i64
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.h
index e383016722c6cfc56720b96e7417f8e7cc6ba50e..a3554a51c37c53494c4eb6e4cfda93944240f035 100644 (file)
@@ -37,6 +37,7 @@ private:
   /// \brief Split a vector store into multiple scalar stores.
   /// \returns The resulting chain. 
   SDValue LowerUDIVREM(SDValue Op, SelectionDAG &DAG) const;
+  SDValue LowerUINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
 
 protected: