1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3
4 int
5 f9 (unsigned char x, int y)
6 {
7 if (y > 1 && x == 0)
8 return 10;
9 return x;
10 }
11
12 /* { dg-final { scan-assembler "ands\t(x|w)\[0-9\]+,\[ \t\]*(x|w)\[0-9\]+,\[ \t\]*255" } } */