Add files for ARM auto-IT patch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-bad.s
1 .syntax unified
2 .text
3 .global x
4 x:
5 mov r0, r1
6 cmp r0, #0
7 it ne
8 moveq r0, r1
9 bx lr
10 movgt r1, r2
This page took 0.031224 seconds and 5 git commands to generate.