1 /* Check that eliminable compare-instructions are eliminated. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4 /* { dg-final { scan-assembler-not "\tcmp|\ttest" } } */
5 /* { dg-final { scan-assembler "\tbound" } } */
6
7 #define t unsigned int
8 #define op(xx) ((xx) < x ? (xx) : x)
9
10 #include "pr93372-31.c"