2018-03-27  Richard Biener  <rguenther@suse.de>
	PR testsuite/84004
	* gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for
	alignment.
From-SVN: r258872
+2018-03-27  Richard Biener  <rguenther@suse.de>
+
+       PR testsuite/84004
+       * gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for
+       alignment.
+
 2018-03-27  Paolo Carlini  <paolo.carlini@oracle.com>
            Jason Merrill  <jason@redhat.com>
 
 
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
-/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" { xfail {vect_element_align} } } } */
+/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
 
 /* For targets that support unaligned loads we version for the two unaligned 
    stores and generate misaligned accesses for the loads. For targets that