loop.c (emit_prefetch_instructions): Properly place the address computation.
[gcc.git] / gcc / sched-ebb.c
index fd4556e5fe1fb94ab722ca834a12096eb5edb12b..91bf88ec2b999ef5dfa35021b42164277cfb9b06 100644 (file)
@@ -286,8 +286,6 @@ schedule_ebbs (dump_file)
   if (n_basic_blocks == 0)
     return;
 
-  scope_to_insns_initialize ();
-
   sched_init (dump_file);
 
   current_sched_info = &ebb_sched_info;
@@ -355,7 +353,5 @@ schedule_ebbs (dump_file)
   if (write_symbols != NO_DEBUG)
     rm_redundant_line_notes ();
 
-  scope_to_insns_finalize ();
-
   sched_finish ();
 }