aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c b/gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c
deleted file mode 100644
index 23075da2c..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/mips/div-6.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-options "-O -mgp64 (-mips16)" } */
-/* { dg-final { scan-assembler "\tdivu\t" } } */
-/* { dg-final { scan-assembler "\tmflo\t" } } */
-/* { dg-final { scan-assembler-not "\tmfhi\t" } } */
-
-typedef unsigned int SI __attribute__((mode(SI)));
-
-MIPS16 SI
-f (SI x, SI y)
-{
- return x / y;
-}