Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-bad.s
CommitLineData
58ed6ca6
NC
1 .syntax unified
2 .text
3 .global x
4x:
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.438376 seconds and 4 git commands to generate.