BugFix: collect_stacknodes collected mode_T and mode_M nodes
[libfirm] / ir / be / beifg_pointer.c
index c1b06e3..9c6e501 100644 (file)
@@ -70,7 +70,7 @@ typedef struct _ptr_iter_t {
 
 /* PRIVATE FUNCTIONS */
 
-static void *ptr_irn_data_init(phase_t *ph, const ir_node *irn, void *data)
+static void *ptr_irn_data_init(phase_t *ph, ir_node *irn, void *data)
 {
        ptr_head_t *head = phase_alloc(ph, sizeof(*head));
        INIT_LIST_HEAD(&head->list);