1# Source file to test branch relaxation with the BC1ANY2F, BC1ANY2T,
2# BC1ANY4F and BC1ANY4T instructions.
3
4	.text
5foo:
6	b	bar
7	bc1any2f $cc0, bar
8	bc1any2t $cc0, bar
9	bc1any4f $cc0, bar
10	bc1any4t $cc0, bar
11	bal	bar
12
13	.space	0x20000
14bar:
15