* gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename duplicate test
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc-stfiwx.c
blob47a29ed3f17aad0e9fb4b82dd601bcbe6e611c86
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-mpowerpc-gfxopt" } */
3 /* { dg-final { scan-assembler "stfiwx" } } */
5 int foo (double x)
7 return x;