Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.target / mips / fpcmp-2.c
blob4a9bbaad7c259617e5d6e0a872c8076ebb881a91
1 /* We used to use c.le.fmt instead of c.ult.fmt here. */
2 /* { dg-mips-options "-mhard-float -O2" } */
3 int f1 (float x, float y) { return __builtin_islessequal (x, y); }
4 int f2 (double x, double y) { return __builtin_islessequal (x, y); }
5 /* { dg-final { scan-assembler "c\\.ult\\.s" } } */
6 /* { dg-final { scan-assembler "c\\.ult\\.d" } } */