arch_register_class_put() is only used locally
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 44758a2..f293274 100644 (file)
@@ -212,6 +212,9 @@ void clear_ia32_need_stackent(ir_node *node);
  */
 int is_ia32_need_stackent(const ir_node *node);
 
+void set_ia32_is_reload(ir_node *node);
+int is_ia32_is_reload(const ir_node *node);
+
 /**
  * Gets the mode of the stored/loaded value (only set for Store/Load)
  */