[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / inst-thumb-suffixes.s
blob13161472d22be15373533a39d80a1afd00da795f
1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
4 .syntax unified
5 .thumb
7 .align 2
8 .global suffixes_required_in_thumb
9 .type suffixes_required_in_thumb,%function
10 suffixes_required_in_thumb:
11 .inst 0xff00
12 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead