Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / powerpc / compress-float-ppc.c
blobe3f443ec80eaeeccaaae234795e821f7782fac5c
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-O2" } */
3 double foo (double x) {
4 return x + 1.75;
6 /* { dg-final { scan-assembler "lfs" } } */