1; RUN: not llvm-mc -triple arm64-apple-ios8.0 %s -o /dev/null 2>&1 | FileCheck %s
2
3        fmov s0, #-0.0
4; CHECK: error: expected compatible register or floating-point constant
5
6        fmov d0, #-0.0
7; CHECK: error: expected compatible register or floating-point constant
8
9