diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/ppc-stfiwx.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/ppc-stfiwx.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.dg/ppc-stfiwx.c b/gcc/testsuite/gcc.dg/ppc-stfiwx.c deleted file mode 100644 index 47a29ed..0000000 --- a/gcc/testsuite/gcc.dg/ppc-stfiwx.c +++ /dev/null @@ -1,8 +0,0 @@ -/* { dg-do compile { target powerpc*-*-* } } */ -/* { dg-options "-mpowerpc-gfxopt" } */ -/* { dg-final { scan-assembler "stfiwx" } } */ - -int foo (double x) -{ - return x; -} |