X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_pointer.c;h=95fb966b43ef23965174c992674c21f1bdf76ea2;hb=b7936c30acf06e28df82497df4ff2779e6b84b4b;hp=5f0b0e9baf61d8188cbd140f72b4d137dd7a968c;hpb=9e56dbf066d3698df877e2a9f78caeca29ea5a03;p=libfirm diff --git a/ir/be/beifg_pointer.c b/ir/be/beifg_pointer.c index 5f0b0e9ba..95fb966b4 100644 --- a/ir/be/beifg_pointer.c +++ b/ir/be/beifg_pointer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -85,7 +85,7 @@ typedef struct _ptr_iter_t { /* PRIVATE FUNCTIONS */ -static void *ptr_irn_data_init(ir_phase *ph, ir_node *irn, void *data) +static void *ptr_irn_data_init(ir_phase *ph, const ir_node *irn, void *data) { ptr_head_t *head = phase_alloc(ph, sizeof(*head)); (void) irn;