[ARM]: Extend -mfpu options for half-precision and vfpv3xd
[oota-llvm.git] / test / MC / ARM / inst-thumb-suffixes.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         .thumb
6
7         .align 2
8         .global suffixes_required_in_thumb
9         .type suffixes_required_in_thumb,%function
10 suffixes_required_in_thumb:
11         .inst 0x0000
12 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead
13