[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / arm64-fp-encoding-error.s
blobad30127974452b87f594c32cf8198a2784953f12
1 ; RUN: not llvm-mc -triple arm64-apple-ios8.0 %s -o /dev/null 2>&1 | FileCheck %s
3 fmov s0, #-0.0
4 ; CHECK: error: expected compatible register or floating-point constant
6 fmov d0, #-0.0
7 ; CHECK: error: expected compatible register or floating-point constant