summaryrefslogtreecommitdiff
path: root/test/MC/ARM/arm-it-block.s
blob: e5e549128bd5b3cb2527e6b91b58b7290ce9ed2d (plain)
1
2
3
4
5
6
7
8
9
10
11
@ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
  .syntax unified
  .globl _func

_func:
@ CHECK: _func:
        it eq
        moveq r2, r3
@ 'it' is parsed but not encoded.
@ CHECK-NOT: it
@ CHECK: moveq	r2, r3          @ encoding: [0x03,0x20,0xa0,0x01]