From 5cfffc4e1671d6842360b3d5ff53ee5b1d8c2f8c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 25 Oct 2004 15:58:47 +0000 Subject: [PATCH] * stmt.c (expand_case): Remove an obsolete comment. From-SVN: r89537 --- gcc/ChangeLog | 4 ++++ gcc/stmt.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16777c9341c..cac846699dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-25 Kazu Hirata + + * stmt.c (expand_case): Remove an obsolete comment. + 2004-10-25 Andrew Pinski PR middle-end/17407 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; -- 2.30.2