Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.target / i386 / pad-5b.c
blob1d95bf32d2f1fb5a0cf210d629f6b23572eb8c96
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
4 /* { dg-final { scan-assembler-times "nop" 4 } } */
5 /* { dg-final { scan-assembler-not "rep" } } */
7 int
8 foo (int x, int y, int z)
10 return x + y + z;