costmodel-vect-reduc-1char.c: Updated.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 25 Jul 2007 13:09:02 +0000 (13:09 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 25 Jul 2007 13:09:02 +0000 (06:09 -0700)
2007-07-25  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c: Updated.

From-SVN: r126913

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c

index 80fe92f..ba92802 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c: Updated.
+
 2007-07-25  Julian Brown  <julian@codesourcery.com>
            Paul Brook  <paul@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>
index cf5becc..436dff1 100644 (file)
@@ -46,6 +46,6 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_int_max } } } */
-/* { dg-final { scan-tree-dump-times "vectorization not profitable" 2 "vect" { xfail vect_no_int_max } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail vect_no_int_max } } } */
+/* { dg-final { scan-tree-dump-times "vectorization not profitable" 0 "vect" { xfail vect_no_int_max } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */