(RTX_COSTS): Make cost of MULT depend on TARGET_SNAKE.
From-SVN: r4637
This commit is contained in:
parent
63610db99b
commit
bd103b489d
@ -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: \
|
||||
|
Loading…
Reference in New Issue
Block a user