Hi.

The patch is about wrong comment, we can optimize
the testcase.

Martin

gcc/testsuite/ChangeLog:

2020-03-02  Martin Liska  <mli...@suse.cz>

        * gcc.dg/vect/bb-slp-19.c: The comment
        does not align with fact that we started
        to SLP the testcase.
---
 gcc/testsuite/gcc.dg/vect/bb-slp-19.c | 1 -
 1 file changed, 1 deletion(-)


diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-19.c b/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
index c2821551c86..db446be7454 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
@@ -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++;

Reply via email to