1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=atom" } */
4 extern void abort (void);
5 extern void exit (int);
14 cy
= cx
/ 6; if (cy
!= 1) abort ();
15 cy
= cx
% 6; if (cy
!= 1) abort ();
20 /* { dg-final { scan-assembler-times "divb" 1 } } */
21 /* { dg-final { scan-assembler-not "divw" } } */