1779Sjoehw/* { dg-do compile } */
2779Sjoehw/* { dg-require-effective-target ia32 } */
3779Sjoehw/* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
4779Sjoehw/* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
5779Sjoehw/* { dg-final { scan-assembler-times "nop" 4 } } */
6779Sjoehw/* { dg-final { scan-assembler-not "rep" } } */
7779Sjoehw
8779Sjoehwint
9779Sjoehwfoo (int x, int y)
10779Sjoehw{
11779Sjoehw   return x + y;
12779Sjoehw}
13779Sjoehw