removed unitialized used vartiable
[libfirm] / ir / be / beabi.h
index 943a098..e5b23ee 100644 (file)
@@ -127,10 +127,8 @@ void be_abi_free(be_abi_irg_t *abi);
 /**
  * Rewire all stack modifying nodes and their users to assure SSA property.
  * @param env   The abi
- * @param lv    Liveness object, so the liveness of changed and newly introduces nodes
- *              can be recomputed. Maybe NULL (no liveness information update then)
  */
-void be_abi_fix_stack_nodes(be_abi_irg_t *env, be_lv_t *lv);
+void be_abi_fix_stack_nodes(be_abi_irg_t *env);
 
 /**
  * Put the registers which are forbidden specifically for this IRG in a bitset.