[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / ARM / udf-arm-diagnostics.s
blob514b6d1a94687b25d70027542133164a0b84cf10
1 @ RUN: not llvm-mc -triple arm-eabi %s 2>&1 | FileCheck %s
3 .syntax unified
4 .text
5 .arm
7 undefined:
8 udfpl
10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
11 @ CHECK: udfpl
12 @ CHECK: ^
14 udf #65536
16 @ CHECK: error: operand must be an immediate in the range [0,65535]
17 @ CHECK: udf #65536
18 @ CHECK: ^