Commit 64b4bb60 by Prachi Godbole Committed by Prachi Godbole

mips.c (mips_rtx_cost_data): Fix memory_latency cost for p5600.

	* config/mips/mips.c (mips_rtx_cost_data): Fix memory_latency cost
	for p5600.

From-SVN: r218072
parent 62926da6
2014-11-26 Prachi Godbole <prachi.godbole@imgtec.com>
* config/mips/mips.c (mips_rtx_cost_data): Fix memory_latency cost
for p5600.
2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de> 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
* Makefile.def (module=gmp): Work around in-tree gmp configure bug with * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
......
...@@ -1224,7 +1224,7 @@ static const struct mips_rtx_cost_data ...@@ -1224,7 +1224,7 @@ static const struct mips_rtx_cost_data
COSTS_N_INSNS (8), /* int_div_si */ COSTS_N_INSNS (8), /* int_div_si */
COSTS_N_INSNS (8), /* int_div_di */ COSTS_N_INSNS (8), /* int_div_di */
2, /* branch_cost */ 2, /* branch_cost */
10 /* memory_latency */ 4 /* memory_latency */
} }
}; };
......
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