aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c b/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c
deleted file mode 100644
index 22dac059c..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/440-nmachhw-2.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Test generation of nmachhw. on 440. */
-/* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do compile } */
-/* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O2 -mcpu=440" } */
-
-/* { dg-final { scan-assembler "nmachhw\\. " } } */
-
-int
-f(int a, int b, int c)
-{
- a -= (b >> 16) * (c >> 16);
- if (!a)
- return 10;
- return a;
-}