blob: 76845cb1a6ff61a4a97317d762d81e6ecad6dc0d [file] [log] [blame]
/* Check that eliminable compare-instructions are eliminated. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "\tcmp|\ttest" } } */
#define t signed char
#define op -
#include "pr93372-18.c"