Merge from mainline (163495:164578).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.target / i386 / pad-10.c
blobe10d24c7da61930b79de95f32cc9cbb2892d307b
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
3 /* { dg-final { scan-assembler-not "nop" } } */
4 /* { dg-final { scan-assembler-not "rep" } } */
6 extern void bar ();
8 int
9 foo2 (int z, int x)
11 if (x == 1)
13 bar ();
14 return z;
16 else
17 return x + z;