1 /* Test that ifcvt is not being too aggressive when -mrestrict-it. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mrestrict-it" } */
4 /* { dg-require-effective-target arm_thumb2_ok } */
7 f1(int x
, int y
, int z
)
23 /* { dg-final { scan-assembler "b(gt|le)" } } */