diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/fpcmp-2.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/fpcmp-2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/mips/fpcmp-2.c b/gcc/testsuite/gcc.target/mips/fpcmp-2.c index 9f89417668f..9c1090bb4ba 100644 --- a/gcc/testsuite/gcc.target/mips/fpcmp-2.c +++ b/gcc/testsuite/gcc.target/mips/fpcmp-2.c @@ -1,7 +1,5 @@ /* We used to use c.le.fmt instead of c.ult.fmt here. */ /* { dg-mips-options "-mhard-float -O2" } */ -#define NOMIPS16 __attribute__ ((nomips16)) - NOMIPS16 int f1 (float x, float y) { return __builtin_islessequal (x, y); } NOMIPS16 int f2 (double x, double y) { return __builtin_islessequal (x, y); } /* { dg-final { scan-assembler "c\\.ult\\.s" } } */ |