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

#define t signed char
#include "pr93372-16.c"