* config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.

From-SVN: r169015
This commit is contained in:
Ulrich Weigand 2011-01-19 19:05:14 +00:00 committed by Ulrich Weigand
parent 4421782341
commit d6be7c36ac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
2011-01-19 Richard Henderson <rth@redhat.com> 2011-01-19 Richard Henderson <rth@redhat.com>
* config/mn10300/mn10300.md (addsi3_flags): New. * config/mn10300/mn10300.md (addsi3_flags): New.

View File

@ -406,7 +406,7 @@ targetm.resolve_overloaded_builtin = spu_resolve_overloaded_builtin; \
#define SLOW_BYTE_ACCESS 0 #define SLOW_BYTE_ACCESS 0
#define MOVE_RATIO(speed) 32 #define MOVE_RATIO(speed) ((speed)? 32 : 4)
#define NO_FUNCTION_CSE #define NO_FUNCTION_CSE