2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / umod-1.c
blob54edf139d5adc0ea1777ed90f4e95c1285733633
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=atom" } */
4 unsigned char
5 foo (unsigned char x, unsigned char y)
7 return x % y;
10 /* { dg-final { scan-assembler-times "divb" 1 } } */
11 /* { dg-final { scan-assembler-not "divw" } } */