Switch lowering: extract jump tables and bit tests before building binary tree (PR22262)
[oota-llvm.git] / test / MC / ARM / directive-fpu-diagnostics.s
1 @ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN:     | FileCheck %s -strict-whitespace
3
4         .text
5         .thumb
6
7         .fpu invalid
8 @ CHECK: error: Unknown FPU name
9 @ CHECK: .fpu invalid
10 @ CHECK:      ^