summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/arm-it.s
blob: f3c56e8c4b70a02374c056ed517aee5d767739fa (plain)
1
2
3
4
5
6
7
8
	# Check that IT is accepted in ARM mode on older architectures
	.text
	.syntax unified
	.arch armv4
label1:
	it	eq
	moveq	r0, #0
	mov	pc, lr