Make warning about registers assigned to Phi inputs more clear.
[libfirm] / ir / be / benode_t.h
index 3999fb6..ffc0fb0 100644 (file)
@@ -512,15 +512,14 @@ void be_phi_handler_new(be_main_env_t *env);
 
 /**
  * Destroy the Phi handler.
- * @param env The be_main environment.
  */
-void be_phi_handler_free(be_main_env_t *env);
+void be_phi_handler_free(void);
 
 /**
  * Reset the register data in the Phi handler.
  * This should be called on each new graph and deletes the register information of the current graph.
  */
-void be_phi_handler_reset(be_main_env_t *env);
+void be_phi_handler_reset(void);
 
 /**
  * Set the register requirements for a phi node.
@@ -535,7 +534,7 @@ void be_set_phi_flags(const arch_env_t *arch_env, ir_node *phi,
                       arch_irn_flags_t flags);
 
 /**
- * irn handler for common be nodes.
+ * irn handler for common be nodes and Phi's.
  */
 const void *be_node_get_irn_ops(const ir_node *irn);