aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-25 15:58:47 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-25 15:58:47 +0000
commit5cfffc4e1671d6842360b3d5ff53ee5b1d8c2f8c (patch)
tree305cd4bb002774f5e423447effd719bb611b7673 /gcc/stmt.c
parent8eae76be5f1ed9a0adfd6a74dd7cb34f031bac4a (diff)
downloadgcc-5cfffc4e1671d6842360b3d5ff53ee5b1d8c2f8c.zip
gcc-5cfffc4e1671d6842360b3d5ff53ee5b1d8c2f8c.tar.gz
gcc-5cfffc4e1671d6842360b3d5ff53ee5b1d8c2f8c.tar.bz2
* stmt.c (expand_case): Remove an obsolete comment.
From-SVN: r89537
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 3a9f6bc..9570f25 100644
--- 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;