Add files for ARM auto-IT patch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-bad-2.s
1 .syntax unified
2 .text
3 cmp r0, #0
4 itt eq
5 moveq r0, r1
6 .section second
7 itt ne
8 movne r0, r1
9
This page took 0.031151 seconds and 4 git commands to generate.