aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c b/gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c
deleted file mode 100644
index a37c42f1a..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/mips/dsp-no-lhx.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Test MIPS32 DSP LHX instruction */
-/* { dg-do compile } */
-/* { dg-options "-mgp32 -mdsp -O2" } */
-
-/* { dg-final { scan-assembler-not "\tlhx\t" } } */
-
-NOMIPS16 unsigned short test (unsigned short *a, int index)
-{
- return a[index];
-}