This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / ppc-vector-memcpy.c
blobb6b9e000124b07dc7475f03cf172e55e65589672
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-O -maltivec" } */
3 /* { dg-final { scan-assembler "lvx" } } */
5 void foo(void)
7 int x[8] __attribute__((aligned(128))) = { 1 };
8 bar (x);