aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/scfi/aarch64/scfi-cond-br-1.s
blob: 03c330df04a3452d7c74041e871d4e92ff992044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
	.align  2
	.global foo
	.type   foo, %function
foo:
	.cfi_startproc
	bge     .L10
	ble     .L10
	bne     .L10
.L10:
	ret
	.cfi_endproc
	.size   foo, .-foo