* stmt.c (expand_case): Remove an obsolete comment.

From-SVN: r89537
This commit is contained in:
Kazu Hirata 2004-10-25 15:58:47 +00:00 committed by Kazu Hirata
parent 8eae76be5f
commit 5cfffc4e16
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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;