1#name: ARM IT automatic instruction generation 3
2#as: -mthumb -march=armv7a -mimplicit-it=always
3#objdump: -d --prefix-addresses --show-raw-insn
4#skip: *-*-pe *-*-wince
5
6.*: +file format .*arm.*
7
8Disassembly of section .text.one:
900000000 <.text.one> 2800      	cmp	r0, #0
1000000002 <.text.one\+0x2> bf08      	it	eq
1100000004 <.text.one\+0x4> 3102      	addeq	r1, #2
12
13Disassembly of section .text.two:
1400000000 <.text.two> bf08      	it	eq
1500000002 <.text.two\+0x2> 3103      	addeq	r1, #3
16