From: David S. Miller Date: Wed, 21 Jul 2004 21:42:29 +0000 (+0000) Subject: sparc.c (sparc_rtx_costs): Fix typo in previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf6c40e92d589b24583ef6e5494bd17a78c13033;p=gcc.git sparc.c (sparc_rtx_costs): Fix typo in previous commit. 2004-07-21 David S. Miller * config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous commit. From-SVN: r85020 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1904899db2f..40ebced7609 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-21 David S. Miller + + * config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous + commit. + 2004-07-21 Eric Christopher * builtins.c (expand_builtin_setjmp_receiver): Fix comment for code diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 97ef0542893..fccfd3fff2c 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -8384,7 +8384,7 @@ sparc_rtx_costs (rtx x, int code, int outer_code, int *total) if (float_mode_p) *total = sparc_costs->float_mul; else if (! TARGET_HARD_MUL) - return COSTS_N_INSNS (25); + *total = COSTS_N_INSNS (25); else { int bit_cost;