aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/cris/pr93372-20.c
blob: 12870b368076bef281ce55d0ef54f9f6bf30081e (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 short int
#define op -
#include "pr93372-18.c"