irdump: dump interfaces take const ir_node* now
[libfirm] / ir / be / beinfo.c
index 2f71d18..e78fed0 100644 (file)
@@ -147,7 +147,7 @@ void be_info_init(void)
 /**
  * Edge hook to dump the schedule edges.
  */
-static void sched_edge_hook(FILE *F, ir_node *irn)
+static void sched_edge_hook(FILE *F, const ir_node *irn)
 {
        if (is_Proj(irn))
                return;