Commit 71062f1e by Paul Brook Committed by Paul Brook

arm.c (arm_size_rtx_costs): Call cost function.

2008-09-04  Paul Brook  <paul@codesourcery.com>

	* config/arm/arm.c (arm_size_rtx_costs): Call cost function.

From-SVN: r139990
parent d8612738
2008-09-04 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_size_rtx_costs): Call cost function.
2008-09-04 Bernd Schmidt <bernd.schmidt@analog.com>
* config/bfin/bfin.c (bfin_function_ok_for_sibcall): Restore a null
......
......@@ -5391,7 +5391,7 @@ arm_rtx_costs (rtx x, int code, int outer_code, int *total, bool speed)
if (!speed)
return arm_size_rtx_costs (x, code, outer_code, total);
else
return all_cores[(int)arm_tune].rtx_costs;
return all_cores[(int)arm_tune].rtx_costs (x, code, outer_code, total);
}
/* RTX costs for cores with a slow MUL implementation. Thumb-2 is not
......
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