fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / belive.h
index 4b19b39..3d69cb0 100644 (file)
@@ -81,7 +81,7 @@ void be_liveness_update(be_lv_t *lv, ir_node *irn);
 /**
  * Remove a node from the liveness information.
  */
-void be_liveness_remove(be_lv_t *lv, ir_node *irn);
+void be_liveness_remove(be_lv_t *lv, const ir_node *irn);
 
 /**
  * Introduce a new node to the liveness information.