libstdc++: Move gcc.gnu.org and sourceware.org links to https
[official-gcc.git] / gcc / testsuite / gcc.target / arm / headmerge-1.c
blob319ccd254626de991d9a5cbc620432519971e970
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mno-long-calls" } */
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);