X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode_t.h;h=ffc0fb0504d007d4d093082a7da69cf0612e94da;hb=0b1140d1887f497ef413709e5cda2608f2cd1017;hp=04de7523509a71c5dc6b6862a08f6ac16c67a569;hpb=38efd2ac16aa827ae9f07acc9ebfc7d74422290e;p=libfirm diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 04de75235..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.