blob: e5e549128bd5b3cb2527e6b91b58b7290ce9ed2d [file] [log] [blame]
Jim Grosbach74423e32012-01-25 19:52:01 +00001@ 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]