Commit 057c74c7 by Rainer Orth Committed by Rainer Orth

Fix gcc.dg/vect/bb-slp-35.c on SPARC

	* gcc.dg/vect/bb-slp-35.c: Adjust.

From-SVN: r223353
parent c8319826
2015-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/vect/bb-slp-35.c: Adjust.
2015-05-19 Richard Biener <rguenther@suse.de> 2015-05-19 Richard Biener <rguenther@suse.de>
PR tree-optimization/66165 PR tree-optimization/66165
......
...@@ -9,5 +9,5 @@ void foo (int * __restrict__ p, short * __restrict__ q) ...@@ -9,5 +9,5 @@ void foo (int * __restrict__ p, short * __restrict__ q)
p[3] = q[3] + 1; p[3] = q[3] + 1;
} }
/* { dg-final { scan-tree-dump "basic block vectorized" "slp2" } } */ /* { dg-final { scan-tree-dump "basic block vectorized" "slp2" { target vect_hw_misalign } } } */
/* { dg-final { cleanup-tree-dump "slp2" } } */ /* { dg-final { cleanup-tree-dump "slp2" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment