2004-07-21 David S. Miller <davem@nuts.davemloft.net>
* config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous
commit.
From-SVN: r85020
+2004-07-21 David S. Miller <davem@nuts.davemloft.net>
+
+ * config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous
+ commit.
+
2004-07-21 Eric Christopher <echristo@redhat.com>
* builtins.c (expand_builtin_setjmp_receiver): Fix comment for code
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;