summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-25 15:58:47 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-25 15:58:47 +0000
commitc5d2e41c31f119b26d504a2f6232c831073f7d40 (patch)
tree305cd4bb002774f5e423447effd719bb611b7673 /gcc/stmt.c
parentd7de596fde9ea1e201d1d49228708587e27f6fbb (diff)
downloadgcc-c5d2e41c31f119b26d504a2f6232c831073f7d40.tar.gz
* stmt.c (expand_case): Remove an obsolete comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89537 138bc75d-0d04-0410-961f-82ee72b054a4
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 3a9f6bc0b2f..9570f2504e4 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;