Update comment to reflect optimization.
authorMartin Liska <mliska@suse.cz>
Mon, 2 Mar 2020 12:11:56 +0000 (13:11 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 2 Mar 2020 12:11:56 +0000 (13:11 +0100)
* gcc.dg/vect/bb-slp-19.c: The comment
does not align with fact that we started
to SLP the testcase.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/bb-slp-19.c

index a1c38037b0fac026979a4e36f6767783f066133d..eca88c9cf07740a0ab9b332092f0ced6189cf6f6 100644 (file)
@@ -1,3 +1,9 @@
+2020-03-02  Martin Liska  <mliska@suse.cz>
+
+       * gcc.dg/vect/bb-slp-19.c: The comment
+       does not align with fact that we started
+       to SLP the testcase.
+
 2020-03-02  Kewen Lin  <linkw@gcc.gnu.org>
 
        * gcc.dg/tree-ssa/scev-8.c: Revise check string.
index c2821551c8628ea70baa8389518c6a0e27bf6744..db446be745482fd0ecb2662213b1f25ef59e756d 100644 (file)
@@ -15,7 +15,6 @@ main1 ()
   unsigned short *pin = &in[0];
   unsigned short *pout = &out[0];
  
-  /* A group of 9 shorts - unsupported for now.  */
   *pout++ = *pin++;
   *pout++ = *pin++;
   *pout++ = *pin++;