sparc: fix wrong incsp in omit-fp mode
[libfirm] / ir / be / sparc / bearch_sparc_t.h
index 5648fc7..6e69d80 100644 (file)
@@ -50,6 +50,8 @@ struct sparc_transform_env_t {
        ir_mode  *mode;     /**< The mode of the irn */
 };
 
+extern const arch_irn_ops_t sparc_irn_ops;
+
 /**
  * SPARC ABI requires some space which is always available at the top of
  * the stack. It contains:
@@ -74,4 +76,8 @@ static inline bool sparc_is_value_imm_encodeable(int32_t value)
 
 void sparc_finish(ir_graph *irg);
 
+void sparc_introduce_prolog_epilog(ir_graph *irg);
+
+void sparc_lower_64bit(void);
+
 #endif