1@ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
2  .syntax unified
3  .globl _func
4
5_func:
6@ CHECK: _func:
7        it eq
8        moveq r2, r3
9@ 'it' is parsed but not encoded.
10@ CHECK-NOT: it
11@ CHECK: moveq	r2, r3          @ encoding: [0x03,0x20,0xa0,0x01]
12