(RTX_COSTS): Make cost of MULT depend on TARGET_SNAKE.

From-SVN: r4637
This commit is contained in:
Torbjorn Granlund 1993-06-05 10:01:17 +00:00
parent 63610db99b
commit bd103b489d

View File

@ -1459,7 +1459,7 @@ while (0)
#define RTX_COSTS(X,CODE,OUTER_CODE) \
case MULT: \
return COSTS_N_INSNS (20); \
return TARGET_SNAKE ? COSTS_N_INSNS (8) : COSTS_N_INSNS (20); \
case DIV: \
case UDIV: \
case MOD: \