Commit 5b5a2a1e by Jeffrey A Law Committed by Jeff Law

* cse.c (rtx_cost): Remove conflicting default case.

From-SVN: r17245
parent 128f7968
Sat Dec 27 22:43:12 1997 Jeffrey A Law (law@cygnus.com)
* cse.c (rtx_cost): Remove conflicting default case.
Sat Dec 27 21:20:02 1997 Richard Henderson <rth@cygnus.com>
* configure.in: Move default enabling of Haifa out of for loop.
......
......@@ -751,9 +751,6 @@ rtx_cost (x, outer_code)
RTX_COSTS (x, code, outer_code);
#endif
CONST_COSTS (x, code, outer_code);
default:
break;
}
/* Sum the costs of the sub-rtx's, plus cost of this operation,
......
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