[GAS][ARM]Generate unpredictable warning for pc used in data processing instructions...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it.s
CommitLineData
f91e006c
PB
1 # Check that IT is accepted in ARM mode on older architectures
2 .text
3 .syntax unified
4 .arch armv4
5label1:
6 it eq
7 moveq r0, #0
8 mov pc, lr
This page took 0.44222 seconds and 4 git commands to generate.