projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eae76b
)
* stmt.c (expand_case): Remove an obsolete comment.
author
Kazu Hirata
<kazu@cs.umass.edu>
Mon, 25 Oct 2004 15:58:47 +0000
(15:58 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 25 Oct 2004 15:58:47 +0000
(15:58 +0000)
From-SVN: r89537
gcc/ChangeLog
patch
|
blob
|
history
gcc/stmt.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 16777c9341c34dc04159e216617c3e6e0d2c8635..cac846699dd63b2ad800d5d2613029f9cc4c3a6b 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-10-25 Kazu Hirata <kazu@cs.umass.edu>
+
+ * stmt.c (expand_case): Remove an obsolete comment.
+
2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/17407
diff --git
a/gcc/stmt.c
b/gcc/stmt.c
index 3a9f6bc0b2fed3352bdad21138f5566bea3c0719..9570f2504e43d4adef9ac4f38a970eea5897de78 100644
(file)
--- a/
gcc/stmt.c
+++ b/
gcc/stmt.c
@@
-2384,8
+2384,7
@@
expand_case (tree exp)
before_case = get_last_insn ();
- /* Get upper and lower bounds of case values.
- Also convert all the case values to the index expr's data type. */
+ /* Get upper and lower bounds of case values. */
uniq = 0;
count = 0;