Jim Grosbach | 74423e3 | 2012-01-25 19:52:01 +0000 | [diff] [blame^] | 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] |