2 /* Check that find_scan_insn properly handles swapped FP comparisons. */
6 void __attribute__ ((noinline
))
7 check_int (int a
, int b
)
17 check_int (__builtin_isgreater (x
, 1.0), 0);
18 check_int (__builtin_isgreaterequal (x
, 1.0), 0);
19 check_int (__builtin_isless (x
, 1.0), 1);
20 check_int (__builtin_islessequal (x
, 1.0), 1);
21 check_int (__builtin_islessgreater (x
, 1.0), 1);