blob: 3aa737837c7fb71ddc6f6aa9478735e5d4735aee [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
/* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
/* { dg-final { scan-assembler-times "nop" 8 { target { ! x86_64-*-mingw* } } } } */
/* { dg-final { scan-assembler-times "nop" 6 { target x86_64-*-mingw* } } } */
/* { dg-final { scan-assembler-not "rep" } } */
void
foo ()
{
}