1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=generic" } */
6 if ((x
>= 0 && x
<= 1) && (y
>= 0 && y
<= 1))
14 if ((x
>= 0 && x
<= 1) && (y
>= 0 && y
<= 1))
29 /* { dg-final { scan-assembler-not "setne" } } */
30 /* { dg-final { scan-assembler-not "sete" } } */