OSDN Git Service

* stmt.c (expand_case): Remove an obsolete comment.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 15:58:47 +0000 (15:58 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 15:58:47 +0000 (15:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89537 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/stmt.c

index 16777c9..cac8466 100644 (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
index 3a9f6bc..9570f25 100644 (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;