cosmetic change
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 11 Jul 2007 13:13:44 +0000 (13:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 11 Jul 2007 13:13:44 +0000 (13:13 +0000)
[r15041]

ir/ir/irgraph.c

index 82bd4c2..ef4526b 100644 (file)
@@ -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;