[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / udf-thumb-diagnostics.s
blobb2ae2a18a2610d18a43f8d6371173022bbc61c18
1 @ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s
3 .syntax unified
4 .text
5 .thumb
7 undefined:
8 udfpl
10 @ CHECK: error: conditional execution not supported in Thumb1
11 @ CHECK: udfpl
12 @ CHECK: ^
14 udf #256
16 @ CHECK: error: operand must be an immediate in the range [0,255]
17 @ CHECK: udf #256
18 @ CHECK: ^