aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/cris/pr93372-33.c
blob: 9c7d2ba93c8186cf01da195e55afe26e5eb1bdde (plain)
1
2
3
4
5
6
7
8
9
10
/* Check that eliminable compare-instructions are eliminated. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "\tcmp|\ttest" } } */
/* { dg-final { scan-assembler "\tbound" } } */

#define t unsigned int
#define op(xx) ((xx) < x ? (xx) : x)

#include "pr93372-31.c"