From bf6c40e92d589b24583ef6e5494bd17a78c13033 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 21 Jul 2004 21:42:29 +0000 Subject: 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 --- gcc/config/sparc/sparc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sparc') diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 97ef054..fccfd3f 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; -- cgit v1.1