Commit 3391875b by Kazu Hirata Committed by Kazu Hirata

m68hc11.c (m68hc11_rtx_costs): Remove unreachable code.

	* config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
	unreachable code.

From-SVN: r68036
parent 9a238586
2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
* config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
unreachable code.
2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
......
......@@ -5631,9 +5631,6 @@ m68hc11_rtx_costs (x, code, outer_code, total)
*total = 0;
return true;
if (outer_code == SET)
*total = 1 - reload_completed;
case ROTATE:
case ROTATERT:
case ASHIFT:
......
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