Use dg-mips-options instead of dg-options.

From-SVN: r99391
This commit is contained in:
Richard Sandiford 2005-05-08 12:06:55 +00:00
parent a0cd568f59
commit e956d18242
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* We used to use c.lt.fmt instead of c.ule.fmt here. */
/* { dg-options "-mhard-float -O2" } */
/* { dg-mips-options "-mhard-float -O2" } */
int f1 (float x, float y) { return __builtin_isless (x, y); }
int f2 (double x, double y) { return __builtin_isless (x, y); }
/* { dg-final { scan-assembler "c\\.ule\\.s" } } */

View File

@ -1,5 +1,5 @@
/* We used to use c.le.fmt instead of c.ult.fmt here. */
/* { dg-options "-mhard-float -O2" } */
/* { dg-mips-options "-mhard-float -O2" } */
int f1 (float x, float y) { return __builtin_islessequal (x, y); }
int f2 (double x, double y) { return __builtin_islessequal (x, y); }
/* { dg-final { scan-assembler "c\\.ult\\.s" } } */