X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=ffc0fb0504d007d4d093082a7da69cf0612e94da;hb=3f807bf48426a29da4129ff29c44a4b4690c45f6;hp=3999fb6832d4a82b2687e5e133c4b130c43c5ccf;hpb=fdef2b39113f0615d0e715a884be2833f05b8ee5;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 3999fb683..ffc0fb050 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -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);