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