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

From-SVN: r17245
This commit is contained in:
Jeffrey A Law 1997-12-27 21:44:26 +00:00 committed by Jeff Law
parent 128f7968b1
commit 5b5a2a1ecc
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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,