(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
cris/
pr93372-33.c
       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"