X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcallgraph.c;h=9ae1dee3760becb567d7ad79d871674869948c1d;hb=3d306914ac98469e3d43b59de125efe64ddea8a5;hp=69648680506e399ff75b265c3c74a412b6b58070;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/ana/callgraph.c b/ir/ana/callgraph.c index 696486805..9ae1dee37 100644 --- a/ir/ana/callgraph.c +++ b/ir/ana/callgraph.c @@ -229,6 +229,7 @@ double get_irg_caller_method_execution_frequency(ir_graph *irg, int pos) { static void ana_Call(ir_node *n, void *env) { int i, n_callees; ir_graph *irg; + (void) env; if (! is_Call(n)) return; @@ -1202,6 +1203,7 @@ static void compute_method_execution_frequency(ir_graph *irg, void *env) { double freq; int found_edge; int n_callees; + (void) env; if (cg_irg_visited(irg)) return;