aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c b/gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c
deleted file mode 100644
index cf57323db..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/mips/mips32r2-mxhc1.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-O -mabi=32 -mfp64" } */
-/* { dg-final { scan-assembler "mthc1" } } */
-/* { dg-final { scan-assembler "mfhc1" } } */
-
-NOMIPS16 double func1 (long long a)
-{
- return a;
-}
-
-NOMIPS16 long long func2 (double b)
-{
- return b;
-}