Commit b78237cd by Andreas Jaeger

Remove erroneous checkin on wrong branch.

From-SVN: r48646
parent 90f07384
2002-01-08 Andreas Jaeger <aj@suse.de>
* gcse.c (gcse_main): Disable store_motion until it gets fixed.
Local Variables:
mode:change-log
End:
......@@ -903,7 +903,7 @@ gcse_main (f, file)
end_alias_analysis ();
allocate_reg_info (max_reg_num (), FALSE, FALSE);
if (!optimize_size && flag_gcse_sm && 0)
if (!optimize_size && flag_gcse_sm)
store_motion ();
/* Record where pseudo-registers are set. */
return run_jump_opt_after_gcse;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment