projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128f796
)
* cse.c (rtx_cost): Remove conflicting default case.
author
Jeffrey A Law
<law@cygnus.com>
Sat, 27 Dec 1997 21:44:26 +0000
(21:44 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sat, 27 Dec 1997 21:44:26 +0000
(14:44 -0700)
From-SVN: r17245
gcc/ChangeLog
patch
|
blob
|
history
gcc/cse.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ddff7bb16e50a6331506989f5b7818f5a8b8118a..7e9fc5c4dcb827edf68c2f8e7e2a1237be78fca4 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/cse.c
b/gcc/cse.c
index ca1b6489445fe652497bdf45c99880ce6e7fbb89..1efe37878f09b93684dc992e20a502eec560f127 100644
(file)
--- a/
gcc/cse.c
+++ b/
gcc/cse.c
@@
-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,