aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/ppc-stfiwx.c
blob: 47a29ed3f17aad0e9fb4b82dd601bcbe6e611c86 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-mpowerpc-gfxopt" } */
/* { dg-final { scan-assembler "stfiwx" } } */

int foo (double x)
{
  return x;
}