[Hexagon] Adding absolute value, and negate with saturation
[oota-llvm.git] / test / MC / ARM / inst-constant-required.s
1 @ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN:   | FileCheck -check-prefix CHECK-ERROR %s
3
4         .syntax unified
5         .arm
6
7         .align 2
8         .global constant_expression_required
9         .type constant_expression_required,%function
10 constant_expression_required:
11 .Label:
12         movs r0, r0
13         .inst .Label
14 @ CHECK-ERROR: expected constant expression
15