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

#define t int
#define op |
#include "pr93372-16.c"