Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.target / i386 / headmerge-1.c
blob941028c31db66a5fb95e1955df8e12cf70a4651f
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-times "120" 1 } } */
5 extern void foo1 (int);
6 extern void foo2 (int);
8 void t (int x, int y)
10 if (y < 5)
11 foo1 (120);
12 else
13 foo2 (120);