1# Test the work around of the NOP issue of loongson2F
2	.text
3	.set noreorder
4
5	.align 5	# Test _implicit_ nops
6loongson2f_nop_insn:
7	nop		# Test _explicit_ nops
8
9# align section end to 16-byte boundary for easier testing on multiple targets
10	.p2align 4
11