blob: 81c536c90afe38932c48ed0af24f55e73eeff80e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
int
f1 (int x, int t)
{
if (x == -1 || x == -2)
t = 1;
return t;
}
/* { dg-final { scan-assembler-times "cmn\\tw\[0-9\]+, #2" 1 } } */