1# Test parallel instructions on same functional unit, with section switching.
2.section .text.f1,"ax",%progbits
3.globl f1
4f1:
5	add .L1 a1,a2,a3
6	nop
7	|| [b1] add .L1 a1,a2,a3
8.section .text.f2,"ax",%progbits
9.globl f2
10f2:
11	add .L2 b1,b2,b3
12	nop
13	|| [b1] add .L2 b1,b2,b3
14	|| nop
15.section .text.f1,"ax",%progbits
16	|| nop
17	|| [!b1] add .L1 a4,a5,a6
18.section .text.f2,"ax",%progbits
19	|| [!b1] add .L2 b4,b5,b6
20