blob: 47a29ed3f17aad0e9fb4b82dd601bcbe6e611c86 [file] [log] [blame]
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-mpowerpc-gfxopt" } */
/* { dg-final { scan-assembler "stfiwx" } } */
int foo (double x)
{
return x;
}