Add be_dep_on_frame() to let a node depend on the frame, so it does not get scheduled...
[libfirm] / ir / be / ia32 / ia32_address_mode.h
index ff9e43e..a424d8e 100644 (file)
@@ -62,6 +62,11 @@ void ia32_calculate_non_address_mode_nodes(be_irg_t *birg);
  */
 void ia32_free_non_address_mode_nodes(void);
 
+/**
+ * Tells whether the given node is a non address mode node.
+ */
+int ia32_is_non_address_mode_node(ir_node *node);
+
 /**
  * mark a node so it will not be used as part of address modes
  */