From: Michael Beck Date: Wed, 15 Mar 2006 13:31:39 +0000 (+0000) Subject: added missing const X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4e82fedfad2516d63cfaeaa572afdad779f4463e;p=libfirm added missing const [r7452] --- diff --git a/ir/opt/opt_frame.c b/ir/opt/opt_frame.c index 1680f5f54..b9a0ac280 100644 --- a/ir/opt/opt_frame.c +++ b/ir/opt/opt_frame.c @@ -50,7 +50,7 @@ void opt_frame_irg(ir_graph *irg) { #ifdef FIRM_EDGES_INPLACE if (edges_activated(irg)) { /* use inplace edges */ - ir_edge_t *edge; + const ir_edge_t *edge; /* mark all used entities */ foreach_out_edge(frame, edge) {