X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fphiclass.c;h=f9b4de3eaacbf2d352a2c30cb14b1b6055a871b4;hb=6365c91e1ff24ede138bd3c387215a6b58dff330;hp=f90046f1c14186c1d7ffa0b1c316359b11373ac0;hpb=1b57293234c2f0c753f48c94e0ca0f127b15a27b;p=libfirm diff --git a/ir/ana/phiclass.c b/ir/ana/phiclass.c index f90046f1c..f9b4de3ea 100644 --- a/ir/ana/phiclass.c +++ b/ir/ana/phiclass.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. * @@ -64,7 +64,7 @@ static INLINE void _set_phi_class(ir_phase *ph, ir_node *irn, ir_node ***cls) { } /* initialize data structure for given irn in given phase */ -static void *irn_phi_class_init(ir_phase *ph, ir_node *irn, void *data) { +static void *irn_phi_class_init(ir_phase *ph, const ir_node *irn, void *data) { irn_phi_class_t *ipc = data ? data : phase_alloc(ph, sizeof(ipc[0])); (void) irn; memset(ipc, 0, sizeof(ipc[0]));