Commit 506cb361 by Chung-Ju Wu Committed by Chung-Ju Wu

nds32.c (nds32_rtx_costs): Adjust MULT cost if it is not optimized for size.

	* config/nds32/nds32.c (nds32_rtx_costs): Adjust MULT cost if it is
	not optimized for size.

From-SVN: r205478
parent e361382f
2013-11-28 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.c (nds32_rtx_costs): Adjust MULT cost if it is
not optimized for size.
2013-11-28 Jakub Jelinek <jakub@redhat.com>
* cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb
......@@ -2471,7 +2471,7 @@ performance_cost:
break;
case MULT:
*total = COSTS_N_INSNS (5);
*total = COSTS_N_INSNS (1);
break;
case DIV:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment