Use dg-mips-options instead of dg-options.
From-SVN: r99391
This commit is contained in:
parent
a0cd568f59
commit
e956d18242
2 changed files with 2 additions and 2 deletions
|
@ -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" } } */
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue