blob: 9c7d2ba93c8186cf01da195e55afe26e5eb1bdde [file] [log] [blame]
/* 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"