[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / headmerge-1.c
blob218c6a21ebd27bc373a7908f0a5333c3cbc79291
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);