*** mips.c Wed Jul 3 14:49:31 2013 --- patch2/mips.c Wed Jul 3 14:48:38 2013 *************** mips_rtx_costs (rtx x, int code, int out *** 3944,3950 **** ? mips_cost->int_mult_si * 3 + 6 : COSTS_N_INSNS (ISA_HAS_MUL3 ? 7 : 9)); else if (!speed) ! *total = COSTS_N_INSNS (ISA_HAS_MUL3 ? 2 : 3); else if (mode == DImode) *total = mips_cost->int_mult_di; else --- 3944,3950 ---- ? mips_cost->int_mult_si * 3 + 6 : COSTS_N_INSNS (ISA_HAS_MUL3 ? 7 : 9)); else if (!speed) ! *total = COSTS_N_INSNS (ISA_HAS_MUL3 ? 1 : 2); else if (mode == DImode) *total = mips_cost->int_mult_di; else