blob: 25e2d8334f9334430a9cccf6fe8937194513d817 [file] [log] [blame]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
/* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
/* { dg-final { scan-assembler-times "nop" 4 { target { ! x86_64-*-mingw* } } } } */
/* { dg-final { scan-assembler-times "nop" 2 { target x86_64-*-mingw* } } } */
/* { dg-final { scan-assembler-not "rep" } } */
int
foo (int x, int y, int z)
{
return x + y + z;
}