From 15b8473164900af578595b629c46632ee68e038f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 11 Jul 2007 13:13:44 +0000 Subject: [PATCH] cosmetic change [r15041] --- ir/ir/irgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irgraph.c b/ir/ir/irgraph.c index 82bd4c232..ef4526b00 100644 --- a/ir/ir/irgraph.c +++ b/ir/ir/irgraph.c @@ -270,7 +270,7 @@ new_r_ir_graph (ir_entity *ent, int n_loc) first_block = new_immBlock(); add_immBlock_pred(first_block, projX); - res->method_execution_frequency = -1; + res->method_execution_frequency = -1.0; res->estimated_node_count = 0; return res; -- 2.20.1