summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pad-5b.c
blob: 1d95bf32d2f1fb5a0cf210d629f6b23572eb8c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
/* { dg-final { scan-assembler-times "nop" 4 } } */
/* { dg-final { scan-assembler-not "rep" } } */

int
foo (int x, int y, int z)
{
   return x + y + z;
}