(RTX_COSTS, case MULT): Check for TARGET_SPARCLITE.

From-SVN: r10558
This commit is contained in:
Richard Kenner 1995-11-05 11:10:51 -05:00
parent 9cd03bddfc
commit 68958847e7
1 changed files with 1 additions and 1 deletions

View File

@ -2222,7 +2222,7 @@ extern struct rtx_def *legitimize_pic_address ();
#define RTX_COSTS(X,CODE,OUTER_CODE) \
case MULT: \
return (TARGET_V8 || TARGET_V9) ? COSTS_N_INSNS (5) : COSTS_N_INSNS (25); \
return (TARGET_V8 || TARGET_SPARCLITE || TARGET_V9) ? COSTS_N_INSNS (5) : COSTS_N_INSNS (25); \
case DIV: \
case UDIV: \
case MOD: \