From c5d2e41c31f119b26d504a2f6232c831073f7d40 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 25 Oct 2004 15:58:47 +0000 Subject: * 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 --- gcc/stmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/stmt.c') 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; -- cgit v1.2.3