flag_expensive_optimizations, require flag_regmove instead.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92869
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-01-03 Steven Bosscher <stevenb@suse.de>
+
+ * passes.c (rest_of_compilation): Don't run regmove if only
+ flag_expensive_optimizations, require flag_regmove instead.
+
2005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
&& !user_defined_section_attribute)
rest_of_handle_partition_blocks ();
- if (optimize > 0 && (flag_regmove || flag_expensive_optimizations))
+ if (optimize > 0 && flag_regmove)
rest_of_handle_regmove ();
/* Do unconditional splitting before register allocation to allow machine