Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / frv / fr400-builtins-2.c
blob66f30055e85da5149e61dbad59870ce72fe94369
1 /* Test prefetch support. */
2 /* { dg-options "-mcpu=fr400" } */
3 /* { dg-do compile } */
5 void foo (void *x)
7 __data_prefetch0 (x);
10 /* { dg-final { scan-assembler "\tdcpl " } } */